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:
roman_rybalko
2008-09-02 11:14:10 +00:00
parent c88071ae10
commit f9f7b689a3
5 changed files with 49 additions and 82 deletions

View File

@@ -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