automake build system fix: make dist always creates same dist regardless of configure parameters, test/Makefile.am made more clear
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
if ENABLE_EXAMPLES
|
||||
# no indent here! - BSD make issue
|
||||
bin_PROGRAMS = @CLIENT_TEST_BIN@ dump_torrent make_torrent simple_client enum_if
|
||||
EXTRA_PROGRAMS = client_test
|
||||
endif
|
||||
EXTRA_PROGRAMS = client_test dump_torrent make_torrent simple_client enum_if
|
||||
EXTRA_DIST = Jamfile
|
||||
|
||||
client_test_SOURCES = client_test.cpp
|
||||
|
Reference in New Issue
Block a user