added debugs, fixed linux makefile

This commit is contained in:
Joseph Henry 2015-09-11 18:22:41 -04:00
commit 6f0bc1f676
3 changed files with 52 additions and 37 deletions

View file

@ -33,7 +33,7 @@ DEFS=-DZT_ENABLE_NETCON
LDLIBS?=
include objects.mk
OBJS+=osdep/LinuxEthernetTap.o netcon/NetconEthernetTap.o osdep/Arp.o
OBJS+=osdep/LinuxEthernetTap.o netcon/NetconEthernetTap.o osdep/Arp.o netcon/NetconUtilities.o
# "make official" is a shortcut for this
ifeq ($(ZT_OFFICIAL_RELEASE),1)