summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2007-06-16 01:08:34 +0000
committerChristian Pointner <equinox@anytun.org>2007-06-16 01:08:34 +0000
commitbd379231f2d4b22b473fd7f428e518462fb7476a (patch)
tree7643fa58ffe7123cc08e7784f204efe9f5b5970e /Makefile
parentremoved openvpn source files (diff)
added all the openvpn stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 31ed266..a577f5d 100644
--- a/Makefile
+++ b/Makefile
@@ -23,12 +23,14 @@ OPENVPNDEPS = openvpn/tun.o \
openvpn/event.o \
openvpn/route.o \
openvpn/helper.o \
- openvpn/init.o \
- openvpn/interval.o \
- openvpn/base64.o \
- openvpn/shaper.o \
+ openvpn/init.o \
+ openvpn/interval.o \
+ openvpn/base64.o \
+ openvpn/shaper.o \
openvpn/fragment.o
+
+
OBJS = anytun.o tunDevice.o buffer.o $(OPENVPNDEPS)
EXECUTABLE = anytun