aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Gschwantner <tharre3@gmail.com>2019-09-25 19:10:20 +0200
committerThomas Gschwantner <tharre3@gmail.com>2019-09-28 15:21:12 +0200
commit4c8b602b1d2a305d7fbb1c3a8b065bae072c5186 (patch)
treec4baee925a6d9c83d4b615dfa3050bb0ea5424a9 /Makefile
parentSerialize/deserialize messages into a struct (diff)
downloadwg-dynamic-4c8b602b1d2a305d7fbb1c3a8b065bae072c5186.tar.xz
wg-dynamic-4c8b602b1d2a305d7fbb1c3a8b065bae072c5186.zip
Extract all RTNETLINK code into ipm.{c,h}
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7d7a327..720acb8 100644
--- a/Makefile
+++ b/Makefile
@@ -45,8 +45,8 @@ endif
all: wg-dynamic-server
-wg-dynamic-client: wg-dynamic-client.o netlink.o common.o
-wg-dynamic-server: wg-dynamic-server.o netlink.o radix-trie.o common.o random.o lease.o
+wg-dynamic-client: wg-dynamic-client.o netlink.o common.o ipm.o
+wg-dynamic-server: wg-dynamic-server.o netlink.o radix-trie.o common.o random.o lease.o ipm.o
ifneq ($(V),1)
clean: