diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |