summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-01-31 11:39:39 +0000
committerOthmar Gsenger <otti@anytun.org>2008-01-31 11:39:39 +0000
commitde5c4f910203dd976ad8c17eff90874f548d6bc3 (patch)
treeb83914f21da87be83691f4c57f0be05cef554cab /Makefile
parentdraft fixed version number (diff)
packet and cypher fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
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