diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-09-04 22:59:16 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-09-04 22:59:16 +0200 |
commit | b93cf68ccf41e62d3e4dd76b8924aeb5d16ee481 (patch) | |
tree | 4ebafcf9b478ad06797e0984e793d6c2fbc9427b /src/Makefile | |
parent | pipeline works now - however recording is still disabled.. (diff) |
removed custom sighandler code in favor of glib based signal handling
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 4cc4b3c..1ee2157 100644 --- a/src/Makefile +++ b/src/Makefile @@ -34,7 +34,6 @@ endif EXECUTABLE := sydra C_OBJS := log.o \ - sig_handler.o \ options.o \ slist.o \ string_list.o \ |