Makefile
changeset 48 4841f4398fd2
parent 45 71e65564afd2
child 53 12d806823775
--- a/Makefile	Thu Mar 12 23:15:57 2009 +0200
+++ b/Makefile	Thu Mar 12 23:54:03 2009 +0200
@@ -34,7 +34,7 @@
 # modules
 module_objs = $(patsubst src/%.c,obj/%.o,$(wildcard src/$(1)/*.c))
 
-CORE_OBJS = obj/error.o obj/log.o obj/chain.o
+CORE_OBJS = obj/error.o obj/log.o obj/chain.o obj/signals.o
 SOCK_OBJS = obj/sock.o obj/sock_tcp.o
 SOCK_TEST_OBJS = obj/sock_test.o
 SOCK_GNUTLS_OBJS = obj/sock_gnutls.o