aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTushar Pankaj <tushar.s.pankaj@gmail.com>2018-11-20 20:24:15 -0600
committerTushar Pankaj <tushar.s.pankaj@gmail.com>2018-11-20 20:24:15 -0600
commit307fdcb4d4c234440ee348f7f577c9b046566d0d (patch)
tree203252aec94fafc5a25d261f825ce52ab8abedd5 /Makefile
parentDirty impl of is_server_in_allowed_ips (diff)
downloadwg-dynamic-307fdcb4d4c234440ee348f7f577c9b046566d0d.tar.xz
wg-dynamic-307fdcb4d4c234440ee348f7f577c9b046566d0d.zip
Fix bugs in server address check
Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0c47913..dd6e228 100644
--- a/Makefile
+++ b/Makefile
@@ -20,9 +20,9 @@ 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 wireguard.h
+client.o: client.c client.h protocol.h wireguard.h
wg_dynamic_server.o: wg_dynamic_server.c server.h
-server.o: server.c server.h wireguard.h
+server.o: server.c server.h protocol.h wireguard.h
wireguard.o: wireguard.c wireguard.h
protocol.capnp.o: protocol.capnp.c