don't build parse_hash_fails.cpp by defaults, as it uses internal libtorrent symbols (and fail in dynamic linking)

This commit is contained in:
Arvid Norberg 2015-01-02 23:33:15 +00:00
parent 5418d92eaf
commit 8589a7b01c
2 changed files with 3 additions and 2 deletions

View File

@ -38,3 +38,5 @@ exe parse_access_log : parse_access_log.cpp ;
exe parse_request_log : parse_request_log.cpp ;
exe dht : dht_put.cpp : <include>../ed25519/src ;
explicit parse_hash_fails ;

View File

@ -1,5 +1,4 @@
tool_programs = \
parse_hash_fails \
parse_request_log
if ENABLE_EXAMPLES
@ -22,10 +21,10 @@ EXTRA_DIST = Jamfile \
parse_session_stats.py \
parse_test_results.py \
parse_utp_log.py \
parse_hash_fails.cpp \
run_regression_tests.py\
run_tests.py
parse_hash_fails_SOURCES = parse_hash_fails.cpp
parse_request_log_SOURCES = parse_request_log.cpp
LDADD = $(top_builddir)/src/libtorrent-rasterbar.la