merged makefile fixes from RC_0_16
This commit is contained in:
@@ -38,7 +38,21 @@ endif
|
||||
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
EXTRA_DIST = Jamfile
|
||||
EXTRA_DIST = Jamfile \
|
||||
test_torrents/base.torrent \
|
||||
test_torrents/empty_path.torrent \
|
||||
test_torrents/parent_path.torrent \
|
||||
test_torrents/hidden_parent_path.torrent \
|
||||
test_torrents/single_multi_file.torrent \
|
||||
test_torrents/slash_path.torrent \
|
||||
test_torrents/backslash_path.torrent \
|
||||
test_torrents/url_list.torrent \
|
||||
test_torrents/url_list2.torrent \
|
||||
test_torrents/url_list3.torrent \
|
||||
test_torrents/httpseed.torrent \
|
||||
test_torrents/empty_httpseed.torrent \
|
||||
test_torrents/long_name.torrent
|
||||
|
||||
EXTRA_PROGRAMS = $(test_programs)
|
||||
|
||||
noinst_HEADERS = test.hpp setup_transfer.hpp
|
||||
@@ -70,6 +84,7 @@ test_swarm_SOURCES = test_swarm.cpp
|
||||
test_rss_SOURCES = test_rss.cpp
|
||||
test_threads_SOURCES = test_threads.cpp
|
||||
test_torrent_SOURCES = test_torrent.cpp
|
||||
test_torrent_parse_SOURCES = test_torrent_parse.cpp
|
||||
test_trackers_extension_SOURCES = test_trackers_extension.cpp
|
||||
test_transfer_SOURCES = test_transfer.cpp
|
||||
test_upnp_SOURCES = test_upnp.cpp
|
||||
|
Reference in New Issue
Block a user