diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-12-07 15:07:11 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-12-07 15:07:11 +0000 |
commit | 28063bacec25253d5c67668932321c2044d1aa02 (patch) | |
tree | 951a787537b00877c4533dd19c75206e609853f3 /Makefile | |
parent | serialisation of buffer und connection param (diff) |
serialisation & makefile fix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |