fixed makefile
This commit is contained in:
parent
477e5c33f5
commit
844c5fa695
|
@ -71,7 +71,6 @@ check: test
|
|||
&& test/test_piece_picker \
|
||||
&& test/test_storage \
|
||||
&& test/test_buffer \
|
||||
&& test/test_allocate_resources \
|
||||
&& echo && echo && echo " **** all tests passed ****" && echo && echo
|
||||
|
||||
deb:
|
||||
|
|
|
@ -68,7 +68,6 @@ $(top_srcdir)/include/libtorrent/peer_request.hpp \
|
|||
$(top_srcdir)/include/libtorrent/piece_block_progress.hpp \
|
||||
$(top_srcdir)/include/libtorrent/piece_picker.hpp \
|
||||
$(top_srcdir)/include/libtorrent/policy.hpp \
|
||||
$(top_srcdir)/include/libtorrent/resource_request.hpp \
|
||||
$(top_srcdir)/include/libtorrent/session.hpp \
|
||||
$(top_srcdir)/include/libtorrent/size_type.hpp \
|
||||
$(top_srcdir)/include/libtorrent/socket.hpp \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue