aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTushar Pankaj <tushar.s.pankaj@gmail.com>2018-11-12 18:26:57 -0600
committerTushar Pankaj <tushar.s.pankaj@gmail.com>2018-11-12 18:26:57 -0600
commita30c60e51ecae887fd89654bdedddcf0decb766c (patch)
treebaeb194080607a21ca63c6511cea1831844153cb /Makefile
parentWorking client and server comms (diff)
downloadwg-dynamic-a30c60e51ecae887fd89654bdedddcf0decb766c.tar.xz
wg-dynamic-a30c60e51ecae887fd89654bdedddcf0decb766c.zip
Add WireGuard embeddable library
Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index da2a068..30249db 100644
--- a/Makefile
+++ b/Makefile
@@ -20,9 +20,10 @@ wg-dynamic-server: ${SERVER_OBJS}
${CC} ${LDFLAGS} ${SERVER_OBJS} -o $@
wg_dynamic_client.o: wg_dynamic_client.c client.h
-client.o: client.c client.h
+client.o: client.c client.h wireguard.h
wg_dynamic_server.o: wg_dynamic_server.c server.h
-server.o: server.c server.h
+server.o: server.c server.h wireguard.h
+wireguard.o: wireguard.c wireguard.h
protocol.capnp.o: protocol.capnp.c
# capnproto