summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-11 09:09:48 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-11 09:09:48 +0000
commit2c55bc987c93a1857e3cdaf8c8f1cea60483ab1e (patch)
tree4fe9123029c7ec61a18102873d5b753fbd4700e3 /Makefile
parentsome cleanups (diff)
added syncbuffer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4cc2469..336c2d6 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,7 @@ OBJS = anytun.o \
tunDevice.o \
packetSource.o \
buffer.o \
+ syncBuffer.o \
packet.o \
cypher.o \
authAlgo.o \
@@ -82,6 +83,9 @@ packetSource.o: packetSource.cpp packetSource.h
buffer.o: buffer.cpp buffer.h
$(C++) $(CCFLAGS) $< -c
+syncBuffer.o: syncBuffer.cpp syncBuffer.h
+ $(C++) $(CCFLAGS) $< -c
+
packet.o: packet.cpp packet.h buffer.h
$(C++) $(CCFLAGS) $< -c