Makefile
changeset 1 cf0e1bb6bcab
parent 0 317e5bc59627
child 2 a834f0559939
--- a/Makefile	Sun Feb 22 02:00:34 2009 +0200
+++ b/Makefile	Sun Feb 22 03:57:44 2009 +0200
@@ -26,6 +26,8 @@
 # modules
 module_objs = $(patsubst src/%.c,obj/%.o,$(wildcard src/$(1)/*.c))
 
+SOCK_OBJS = obj/sock.o obj/sock_tcp.o
+
 # XXX: not yet there
 #CORE_OBJS = obj/lib/log.o obj/lib/signals.o
 
@@ -33,7 +35,7 @@
 all: ${BIN_PATHS}
 
 # binaries
-bin/nexus: 
+bin/nexus: ${SOCK_OBJS}
 
 # computed
 LDFLAGS = ${LIBRARY_PATHS}