From 28063bacec25253d5c67668932321c2044d1aa02 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Fri, 7 Dec 2007 15:07:11 +0000 Subject: serialisation & makefile fix --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 16a20b6..ae4993f 100644 --- a/Makefile +++ b/Makefile @@ -111,6 +111,18 @@ options.o: options.cpp options.h seqWindow.o: seqWindow.cpp seqWindow.h $(C++) $(CCFLAGS) $< -c +connectionList.o: connectionList.cpp connectionList.h + $(C++) $(CCFLAGS) $< -c + +connectionParam.o: connectionParam.cpp connectionParam.h + $(C++) $(CCFLAGS) $< -c + +networkAddress.o: networkAddress.cpp networkAddress.h + $(C++) $(CCFLAGS) $< -c + +router.o: router.cpp router.h + $(C++) $(CCFLAGS) $< -c + anytun.o: anytun.cpp $(C++) $(CCFLAGS) $< -c -- cgit v1.2.3