mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02:00
Add Arp to netcon build.
This commit is contained in:
parent
a8d7a31327
commit
933b47389d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ DEFS=-DZT_ENABLE_NETCON
|
||||||
LDLIBS?=
|
LDLIBS?=
|
||||||
|
|
||||||
include objects.mk
|
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
|
# "make official" is a shortcut for this
|
||||||
ifeq ($(ZT_OFFICIAL_RELEASE),1)
|
ifeq ($(ZT_OFFICIAL_RELEASE),1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue