summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-13 16:22:02 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-13 16:22:02 +0000
commitf2474da8648b95340456a2695fc2c90e043dabec (patch)
tree08e29164bde8fb4a98b2720f3dcb75732905ed87 /Makefile
parentadded mux_type (diff)
added Synccommand / now connection updates work / sync is multi connection capable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5b1fe80..47d9409 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ OBJS = anytun.o \
packetSource.o \
buffer.o \
syncBuffer.o \
+ syncCommand.o \
packet.o \
plainPacket.o \
cypher.o \
@@ -113,6 +114,9 @@ mpi.o: mpi.cpp mpi.h
syncSocket.o: syncSocket.cpp syncSocket.h
$(C++) $(CCFLAGS) $< -c
+syncCommand.o: syncCommand.cpp syncCommand.h
+ $(C++) $(CCFLAGS) $< -c
+
syncClientSocket.o: syncClientSocket.cpp syncClientSocket.h
$(C++) $(CCFLAGS) $< -c