No more tap factories.

This commit is contained in:
Adam Ierymenko 2015-04-08 18:47:06 -07:00
parent ccc73b920e
commit d761330465
11 changed files with 6 additions and 6 deletions

View File

@ -6,8 +6,8 @@ DEFS=
LIBS=
include objects.mk
OBJS+=osdep/BSDEthernetTapFactory.o osdep/BSDEthernetTap.o
TESTNET_OBJS=testnet/SimNet.o testnet/SimNetSocketManager.o testnet/TestEthernetTap.o testnet/TestEthernetTapFactory.o
OBJS+=osdep/BSDEthernetTap.o
TESTNET_OBJS=testnet/SimNet.o testnet/SimNetSocketManager.o testnet/TestEthernetTap.o
# Enable SSE-optimized Salsa20 on x86 and x86_64 machines
MACHINE=$(shell uname -m)

View File

@ -7,8 +7,8 @@ DEFS=
LIBS=
include objects.mk
OBJS+=osdep/LinuxEthernetTap.o osdep/LinuxEthernetTapFactory.o
TESTNET_OBJS=testnet/SimNet.o testnet/SimNetSocketManager.o testnet/TestEthernetTap.o testnet/TestEthernetTapFactory.o
OBJS+=osdep/LinuxEthernetTap.o
TESTNET_OBJS=testnet/SimNet.o testnet/SimNetSocketManager.o testnet/TestEthernetTap.o
# Enable SSE-optimized Salsa20 on x86 and x86_64 machines
MACHINE=$(shell uname -m)

View File

@ -7,8 +7,8 @@ LIBS=
ARCH_FLAGS=-arch i386 -arch x86_64
include objects.mk
OBJS+=osdep/OSXEthernetTap.o osdep/OSXEthernetTapFactory.o
TESTNET_OBJS=testnet/SimNet.o testnet/SimNetSocketManager.o testnet/TestEthernetTap.o testnet/TestEthernetTapFactory.o
OBJS+=osdep/OSXEthernetTap.o
TESTNET_OBJS=testnet/SimNet.o testnet/SimNetSocketManager.o testnet/TestEthernetTap.o
# Disable codesign since open source users will not have ZeroTier's certs
CODESIGN=echo