From 67bcecfc7aa4b2a8208c87a3593e8408ac9143a5 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Thu, 13 Dec 2007 14:56:21 +0000 Subject: added plainpaket.o to makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index f0bcf10..5b1fe80 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,7 @@ OBJS = anytun.o \ buffer.o \ syncBuffer.o \ packet.o \ + plainPacket.o \ cypher.o \ authAlgo.o \ authTag.o \ @@ -91,6 +92,9 @@ syncBuffer.o: syncBuffer.cpp syncBuffer.h packet.o: packet.cpp packet.h buffer.h $(C++) $(CCFLAGS) $< -c +plainPacket.o: plainPacket.cpp plainPacket.h buffer.h + $(C++) $(CCFLAGS) $< -c + cypher.o: cypher.cpp cypher.h buffer.h $(C++) $(CCFLAGS) $< -c -- cgit v1.2.3