From de5c4f910203dd976ad8c17eff90874f548d6bc3 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Thu, 31 Jan 2008 11:39:39 +0000 Subject: packet and cypher fixes --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3ba33b4..38de924 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,6 @@ OBJS = anytun.o \ buffer.o \ syncBuffer.o \ syncCommand.o \ - packet.o \ plainPacket.o \ encryptedPacket.o \ cypher.o \ @@ -95,9 +94,6 @@ buffer.o: buffer.cpp buffer.h syncBuffer.o: syncBuffer.cpp syncBuffer.h $(C++) $(CCFLAGS) $< -c -packet.o: packet.cpp packet.h buffer.h - $(C++) $(CCFLAGS) $< -c - plainPacket.o: plainPacket.cpp plainPacket.h buffer.h $(C++) $(CCFLAGS) $< -c -- cgit v1.2.3