fixed makefile

This commit is contained in:
Arvid Norberg
2007-08-17 00:54:51 +00:00
parent 477e5c33f5
commit 844c5fa695
3 changed files with 1 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
noinst_PROGRAMS = test_hasher test_bencoding test_ip_filter test_piece_picker \
test_storage test_metadata_extension test_buffer test_allocate_resources \
test_swarm test_pe_crypto test_primitives \
test_storage test_metadata_extension test_buffer test_swarm test_pe_crypto test_primitives \
test_bandwidth_limiter
EXTRA_DIST = Jamfile
@@ -22,9 +21,6 @@ test_storage_LDADD = $(top_builddir)/src/libtorrent.la
test_buffer_SOURCES = main.cpp test_buffer.cpp
test_buffer_LDADD = $(top_builddir)/src/libtorrent.la
test_allocate_resources_SOURCES = main.cpp test_allocate_resources.cpp
test_allocate_resources_LDADD = $(top_builddir)/src/libtorrent.la
test_metadata_extension_SOURCES = main.cpp setup_transfer.cpp test_metadata_extension.cpp
test_metadata_extension_LDADD = $(top_builddir)/src/libtorrent.la