summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-27 22:43:14 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-27 22:43:14 +0000
commit4083c982656fe3d79168b228aca56cef2de2ea0e (patch)
tree6574a170eb044ea75dd4f96cd22cb6b4c171d465 /Makefile
parentadded command line parameter for master key and salt (diff)
added route syncing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a2a14a1..3f5b583 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,8 @@ OBJS = anytun.o \
buffer.o \
syncBuffer.o \
syncCommand.o \
+ syncRouteCommand.o \
+ syncConnectionCommand.o \
plainPacket.o \
encryptedPacket.o \
cipher.o \
@@ -143,6 +145,12 @@ syncSocketHandler.o: syncSocketHandler.cpp syncSocketHandler.h
syncCommand.o: syncCommand.cpp syncCommand.h
$(C++) $(CCFLAGS) $< -c
+syncRouteCommand.o: syncRouteCommand.cpp syncRouteCommand.h
+ $(C++) $(CCFLAGS) $< -c
+
+syncConnectionCommand.o: syncConnectionCommand.cpp syncConnectionCommand.h
+ $(C++) $(CCFLAGS) $< -c
+
syncClientSocket.o: syncClientSocket.cpp syncClientSocket.h
$(C++) $(CCFLAGS) $< -c