summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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