summaryrefslogtreecommitdiff
path: root/make-linux.mk
diff options
context:
space:
mode:
authorGrant Limberg <grant.limberg@zerotier.com>2018-06-04 12:24:12 -0700
committerGrant Limberg <grant.limberg@zerotier.com>2018-06-04 12:24:12 -0700
commitb22405b64b0b26fa1d5d8932cf212e4ae7760632 (patch)
treeda89cf3c11b272b9334c903bda17863af56c27bc /make-linux.mk
parent62210e57f1c81aec43b714b22313f8c3a0569e2c (diff)
downloadinfinitytier-b22405b64b0b26fa1d5d8932cf212e4ae7760632.tar.gz
infinitytier-b22405b64b0b26fa1d5d8932cf212e4ae7760632.zip
rtnetlink integrated. no more callouts to iproute2
Diffstat (limited to 'make-linux.mk')
-rw-r--r--make-linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-linux.mk b/make-linux.mk
index 69dc5619..1776fa35 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -19,7 +19,7 @@ include objects.mk
ONE_OBJS+=osdep/LinuxEthernetTap.o
ONE_OBJS+=osdep/LinuxNetLink.o
-NLTEST_OBJS+=osdep/LinuxNetLink.o
+NLTEST_OBJS+=osdep/LinuxNetLink.o node/InetAddress.o node/Utils.o node/Salsa20.o
NLTEST_OBJS+=nltest.o
# Auto-detect miniupnpc and nat-pmp as well and use system libs if present,