forked from premiere/premiere-libtorrent
fix makefiles
This commit is contained in:
parent
efd272681d
commit
7a98a4b201
23
Makefile.am
23
Makefile.am
|
@ -84,24 +84,33 @@ DOCS_PAGES = \
|
|||
docs/features.rst \
|
||||
docs/index.html \
|
||||
docs/index.rst \
|
||||
docs/libtorrent_plugins.html \
|
||||
docs/libtorrent_plugins.rst \
|
||||
docs/manual.html \
|
||||
docs/manual.rst \
|
||||
docs/projects.html \
|
||||
docs/projects.rst \
|
||||
docs/python_binding.html \
|
||||
docs/python_binding.rst \
|
||||
docs/dht_rss.html \
|
||||
docs/dht_rss.rst \
|
||||
docs/running_tests.html \
|
||||
docs/running_tests.rst \
|
||||
docs/tuning.html \
|
||||
docs/tuning.rst \
|
||||
docs/udp_tracker_protocol.html \
|
||||
docs/udp_tracker_protocol.rst \
|
||||
docs/utp.html \
|
||||
docs/utp.rst
|
||||
docs/utp.rst \
|
||||
docs/reference-Alerts.html \
|
||||
docs/reference-Bencoding.html \
|
||||
docs/reference-Core.html \
|
||||
docs/reference-Create_Torrents.html \
|
||||
docs/reference-Custom_Storage.html \
|
||||
docs/reference-Error_Codes.html \
|
||||
docs/reference-Filter.html \
|
||||
docs/reference-Plugins.html \
|
||||
docs/reference-RSS.html \
|
||||
docs/reference-Settings.html \
|
||||
docs/reference-Storage.html \
|
||||
docs/reference-String.html \
|
||||
docs/reference-Time.html \
|
||||
docs/reference-Utility.html \
|
||||
docs/reference.html
|
||||
|
||||
EXTRA_DIST = \
|
||||
Jamfile \
|
||||
|
|
|
@ -107,6 +107,7 @@ libtest_la_SOURCES = main.cpp \
|
|||
setup_transfer.cpp \
|
||||
dht_server.cpp \
|
||||
peer_server.cpp \
|
||||
web_seed_suite.cpp \
|
||||
../ed25519/src/add_scalar.c \
|
||||
../ed25519/src/fe.c \
|
||||
../ed25519/src/ge.c \
|
||||
|
@ -139,7 +140,12 @@ test_peer_priority_SOURCES = test_peer_priority.cpp
|
|||
test_pe_crypto_SOURCES = test_pe_crypto.cpp
|
||||
test_pex_SOURCES = test_pex.cpp
|
||||
test_piece_picker_SOURCES = test_piece_picker.cpp
|
||||
test_xml_SOURCES = test_xml.cpp
|
||||
test_string_SOURCES = test_string.cpp
|
||||
test_primitives_SOURCES = test_primitives.cpp
|
||||
test_http_parser_SOURCES = test_http_parser.cpp
|
||||
test_magnet_SOURCES = test_magnet.cpp
|
||||
test_packet_buffer_SOURCES = test_packet_buffer.cpp
|
||||
test_read_piece_SOURCES = test_read_piece.cpp
|
||||
test_storage_SOURCES = test_storage.cpp
|
||||
test_swarm_SOURCES = test_swarm.cpp
|
||||
|
|
Loading…
Reference in New Issue