Makefile
changeset 3 10b53719659c
parent 1 b31db3248246
child 6 d2036d7799fd
--- a/Makefile	Thu Sep 25 21:28:08 2008 +0300
+++ b/Makefile	Thu Sep 25 22:16:22 2008 +0300
@@ -12,7 +12,7 @@
 BIN_NAMES = hello helloworld
 
 bin/helloworld: 
-bin/hello: obj/evfuse.o obj/lib/common.o
+bin/hello: obj/evfuse.o obj/lib/common.o obj/lib/signals.o
 
 # computed
 LDFLAGS = ${LIBRARY_PATHS} ${LIBRARY_LIST}