diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-09-11 12:19:48 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-09-11 12:19:48 -0700 |
commit | 933b47389d1e0df24570ce753b614ae66f05819f (patch) | |
tree | 9e6b8a02b79c137013e053c5723c541445be2bbb | |
parent | a8d7a31327be482efbf6d300afbc4e767c563e42 (diff) | |
download | infinitytier-933b47389d1e0df24570ce753b614ae66f05819f.tar.gz infinitytier-933b47389d1e0df24570ce753b614ae66f05819f.zip |
Add Arp to netcon build.
-rw-r--r-- | make-linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-linux.mk b/make-linux.mk index 260bf1e4..b87981a3 100644 --- a/make-linux.mk +++ b/make-linux.mk @@ -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) |