From 0879909b08d2c9d95fcd544e5ad9b8598b856df4 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 28 Dec 2008 18:38:42 +0000 Subject: added cipher (net tested yet) --- src/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index de8a6bb..5339971 100644 --- a/src/Makefile +++ b/src/Makefile @@ -52,6 +52,7 @@ OBJS = log.o \ udp.o \ plain_packet.o \ encrypted_packet.o \ + cipher.o \ uanytun.o EXECUTABLE = uanytun @@ -85,6 +86,9 @@ plain_packet.o: plain_packet.c plain_packet.h encrypted_packet.o: encrypted_packet.c encrypted_packet.h $(CC) $(CCFLAGS) $< -c +cipher.o: cipher.c cipher.h + $(CC) $(CCFLAGS) $< -c + distclean: clean find . -name *.o -exec rm -f {} \; find . -name "*.\~*" -exec rm -rf {} \; -- cgit v1.2.3