summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-09-04 22:59:16 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-09-04 22:59:16 +0200
commitb93cf68ccf41e62d3e4dd76b8924aeb5d16ee481 (patch)
tree4ebafcf9b478ad06797e0984e793d6c2fbc9427b /src/Makefile
parentpipeline 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/Makefile1
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 \