summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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