mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-23 17:53:29 +00:00
Add Arp to netcon build.
This commit is contained in:
@ -33,7 +33,7 @@ DEFS=-DZT_ENABLE_NETCON
|
||||
LDLIBS?=
|
||||
|
||||
include objects.mk
|
||||
OBJS+=osdep/LinuxEthernetTap.o netcon/NetconEthernetTap.o
|
||||
OBJS+=osdep/LinuxEthernetTap.o netcon/NetconEthernetTap.o osdep/Arp.o
|
||||
|
||||
# "make official" is a shortcut for this
|
||||
ifeq ($(ZT_OFFICIAL_RELEASE),1)
|
||||
|
Reference in New Issue
Block a user