From dc4ff6f72ddcb019259d8846add4f0343e2cfc58 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 22 Jun 2007 11:16:50 +0000 Subject: added options for window size, cypher, auth algo added seqWindow class replaced some pointers with references --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2b093d5..8ed60d9 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,7 @@ OBJS = anytun.o \ signalController.o \ log.o \ options.o \ + seqWindow.o \ $(OPENVPNDEPS) EXECUTABLE = anytun @@ -79,6 +80,9 @@ log.o: log.cpp log.h options.o: options.cpp options.h $(C++) $(CCFLAGS) $< -c +seqWindow.o: seqWindow.cpp seqWindow.h + $(C++) $(CCFLAGS) $< -c + anytun.o: anytun.cpp $(C++) $(CCFLAGS) $< -c -- cgit v1.2.3