diff options
author | Christian Pointner <equinox@anytun.org> | 2007-06-22 11:16:50 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2007-06-22 11:16:50 +0000 |
commit | dc4ff6f72ddcb019259d8846add4f0343e2cfc58 (patch) | |
tree | a77958ef3fac4798e3b1ede13a0a709539f69f48 /Makefile | |
parent | configure (diff) |
added options for window size, cypher, auth algo
added seqWindow class
replaced some pointers with references
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |