From ad9d50c6b885f013dba20b8a3065086dbbe64dc0 Mon Sep 17 00:00:00 2001 From: Steven Siloti Date: Sat, 6 Feb 2016 19:45:23 -0800 Subject: [PATCH] add make_torrent to Makefile.am --- test/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 7c0be30d5..4e6ae74b2 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -101,7 +101,7 @@ EXTRA_PROGRAMS = $(test_programs) $(benchmark_programs) noinst_HEADERS = test.hpp setup_transfer.hpp dht_server.hpp \ peer_server.hpp udp_tracker.hpp web_seed_suite.hpp swarm_suite.hpp \ - test_utils.hpp settings.hpp + test_utils.hpp settings.hpp make_torrent.hpp libtest_la_SOURCES = main.cpp \ test.cpp \ @@ -109,6 +109,7 @@ libtest_la_SOURCES = main.cpp \ dht_server.cpp \ udp_tracker.cpp \ peer_server.cpp \ + make_torrent.cpp \ web_seed_suite.cpp \ swarm_suite.cpp \ test_utils.cpp \