summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-07 15:07:11 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-07 15:07:11 +0000
commit28063bacec25253d5c67668932321c2044d1aa02 (patch)
tree951a787537b00877c4533dd19c75206e609853f3 /Makefile
parentserialisation of buffer und connection param (diff)
serialisation & makefile fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
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