Add Arp to netcon build.

This commit is contained in:
Adam Ierymenko 2015-09-11 12:19:48 -07:00
parent a8d7a31327
commit 933b47389d

View file

@ -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)