summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-12-31 13:39:10 +0000
committerChristian Pointner <equinox@anytun.org>2008-12-31 13:39:10 +0000
commit664e03afd3850b68580f5c7cfe087ace07c50674 (patch)
tree9734bd366d434038f48ebab97bc390f5e95e9168 /src/Makefile
parentadded man page (diff)
added sequence window
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 740373c..9ed3363 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -53,6 +53,7 @@ OBJS = log.o \
udp.o \
plain_packet.o \
encrypted_packet.o \
+ seq_window.o \
cipher.o \
uanytun.o
@@ -87,6 +88,9 @@ plain_packet.o: plain_packet.c plain_packet.h
encrypted_packet.o: encrypted_packet.c encrypted_packet.h
$(CC) $(CCFLAGS) $< -c
+seq_window.o: seq_window.c seq_window.h
+ $(CC) $(CCFLAGS) $< -c
+
cipher.o: cipher.c cipher.h
$(CC) $(CCFLAGS) $< -c