add make_torrent to Makefile.am

This commit is contained in:
Steven Siloti 2016-02-06 19:45:23 -08:00
parent e62278e951
commit ad9d50c6b8
1 changed files with 2 additions and 1 deletions

View File

@ -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 \