summaryrefslogtreecommitdiff
path: root/objects.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-10-03 11:59:50 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-10-03 11:59:50 -0700
commit67aa23530b7e051709002b521aa6e93cb6350918 (patch)
tree35d9c8dbd1125279596949479b6e915908c3b358 /objects.mk
parent2a58c3fb98c3ff06cf7f5255a13ba4d128f3ce49 (diff)
downloadinfinitytier-67aa23530b7e051709002b521aa6e93cb6350918.tar.gz
infinitytier-67aa23530b7e051709002b521aa6e93cb6350918.zip
More work on adding testnet and user-mode capabilities for local network simulation.
Diffstat (limited to 'objects.mk')
-rw-r--r--objects.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/objects.mk b/objects.mk
index 9f049215..8c686744 100644
--- a/objects.mk
+++ b/objects.mk
@@ -4,6 +4,9 @@ OBJS=\
control/NodeControlClient.o \
control/NodeControlService.o \
ext/lz4/lz4.o \
+ testnet/TestEthernetTap.o \
+ testnet/TestEthernetTapFactory.o \
+ testnet/TestRoutingTable.o \
node/C25519.o \
node/CertificateOfMembership.o \
node/Defaults.o \