From 2c55bc987c93a1857e3cdaf8c8f1cea60483ab1e Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Tue, 11 Dec 2007 09:09:48 +0000 Subject: added syncbuffer --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3