servlib/Makefile
changeset 55 1938118cd06c
parent 5 1849bf57d910
child 56 76420d9f6e62
--- a/servlib/Makefile	Mon Aug 22 15:28:21 2011 +0100
+++ b/servlib/Makefile	Thu Sep 01 15:53:24 2011 +0100
@@ -28,6 +28,7 @@
 	bundling/BlockProcessor.cc		    \
     bundling/BPQBlockProcessor.cc       \
     bundling/BPQBlock.cc                \
+    bundling/BPQCache.cc				\
     bundling/BPQResponse.cc             \
 	bundling/Bundle.cc			        \
 	bundling/BundleActions.cc		    \
@@ -258,10 +259,10 @@
 #
 # Default target is to build the library
 #
-LIBFILES := libdtnserv.a
+LIBFILES := libdtnserv.a 
 all: $(LIBFILES)
 
-servlib: libdtnserv.a
+servlib: libdtnserv.a 
 libdtnserv.a: $(SERVLIB_OBJS)
 	rm -f $@
 	$(AR) ruc $@ $^