Browse Source

Add Arp to netcon build.

Adam Ierymenko 10 years ago
parent
commit
933b47389d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      make-linux.mk

+ 1 - 1
make-linux.mk

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