diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-10-03 11:59:50 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-10-03 11:59:50 -0700 |
| commit | 67aa23530b7e051709002b521aa6e93cb6350918 (patch) | |
| tree | 35d9c8dbd1125279596949479b6e915908c3b358 /objects.mk | |
| parent | 2a58c3fb98c3ff06cf7f5255a13ba4d128f3ce49 (diff) | |
| download | infinitytier-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.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 \ |
