From a535453d0378fc6674b5af9eac8e608d907a8f9f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 18 Jun 2007 16:27:43 +0000 Subject: bugfix @buffer resize added buffer resizefront & back added package --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c84e63f..c94b0e0 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ OPENVPNDEPS = openvpn/tun.o \ -OBJS = anytun.o tunDevice.o buffer.o cypher.o authAlgo.o $(OPENVPNDEPS) +OBJS = anytun.o tunDevice.o buffer.o package.o cypher.o authAlgo.o $(OPENVPNDEPS) EXECUTABLE = anytun all: $(EXECUTABLE) @@ -45,6 +45,9 @@ tunDevice.o: tunDevice.cpp tunDevice.h buffer.o: buffer.cpp buffer.h $(C++) $(CCFLAGS) $< -c +package.o: package.cpp package.h buffer.h + $(C++) $(CCFLAGS) $< -c + cypher.o: cypher.cpp cypher.h buffer.h $(C++) $(CCFLAGS) $< -c -- cgit v1.2.3