From bf101d86dec72ec1dfdf9526b27654c4aafd2568 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 19 Jun 2007 23:59:04 +0000 Subject: added PracticalTCP Socket --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c94b0e0..03af359 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ OPENVPNDEPS = openvpn/tun.o \ -OBJS = anytun.o tunDevice.o buffer.o package.o cypher.o authAlgo.o $(OPENVPNDEPS) +OBJS = anytun.o tunDevice.o buffer.o package.o cypher.o authAlgo.o PracticalSocket.o $(OPENVPNDEPS) EXECUTABLE = anytun all: $(EXECUTABLE) @@ -54,6 +54,9 @@ cypher.o: cypher.cpp cypher.h buffer.h authAlgo.o: authAlgo.cpp authAlgo.h buffer.h $(C++) $(CCFLAGS) $< -c +PracticalSocket.o: PracticalSocket.cpp PracticalSocket.h + $(C++) $(CCFLAGS) $< -c + anytun.o: anytun.cpp $(C++) $(CCFLAGS) $< -c -- cgit v1.2.3