summaryrefslogtreecommitdiff
path: root/i/marvin/src/utils/Makefile.defs
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/utils/Makefile.defs')
-rw-r--r--i/marvin/src/utils/Makefile.defs4
1 files changed, 3 insertions, 1 deletions
diff --git a/i/marvin/src/utils/Makefile.defs b/i/marvin/src/utils/Makefile.defs
index ebd316c..f9ed92a 100644
--- a/i/marvin/src/utils/Makefile.defs
+++ b/i/marvin/src/utils/Makefile.defs
@@ -1,4 +1,4 @@
-PROGRAMS += test_any test_callback test_bind
+PROGRAMS += test_any test_callback test_bind test_signalhandler
utils_OBJECTS = fd_set.o hexa.o
@@ -7,3 +7,5 @@ test_any_OBJECTS = test_any.o
test_callback_OBJECTS = test_callback.o
test_bind_OBJECTS = test_bind.o
+
+test_signalhandler_OBJECT = testsignalhandler.o