This is preparation cleanup so installed executables are scoped
and helpers are removed as unhelpful for the final installation.
v2, fixes a issue that Maxim reported with:
helper/test/Makefile.am:27: warning: variable 'dist_chksum_SOURCES' is defined
but no program or
helper/test/Makefile.am:27: library has 'chksum' as canonical name (possible
typo)
Anders Roxell (3):
helper/test/Makefile: don't install tests
example/time/Makefile: remove incorrect postfix _test
example/ipsec: scope ipsec examples
example/ipsec/Makefile.am | 18 +++++++++---------
example/ipsec/{run_ah_in => odp_ipsec_run_ah_in} | 0
example/ipsec/{run_ah_out => odp_ipsec_run_ah_out} | 0
example/ipsec/{run_both_in => odp_ipsec_run_both_in} | 0
example/ipsec/{run_both_out => odp_ipsec_run_both_out} | 0
example/ipsec/{run_esp_in => odp_ipsec_run_esp_in} | 0
example/ipsec/{run_esp_out => odp_ipsec_run_esp_out} | 0
example/ipsec/{run_live => odp_ipsec_run_live} | 0
example/ipsec/{run_router => odp_ipsec_run_router} | 0
example/ipsec/{run_simple => odp_ipsec_run_simple} | 0
example/time/.gitignore | 2 +-
example/time/Makefile.am | 8 ++++----
helper/test/Makefile.am | 2 +-
13 files changed, 15 insertions(+), 15 deletions(-)
rename example/ipsec/{run_ah_in => odp_ipsec_run_ah_in} (100%)
rename example/ipsec/{run_ah_out => odp_ipsec_run_ah_out} (100%)
rename example/ipsec/{run_both_in => odp_ipsec_run_both_in} (100%)
rename example/ipsec/{run_both_out => odp_ipsec_run_both_out} (100%)
rename example/ipsec/{run_esp_in => odp_ipsec_run_esp_in} (100%)
rename example/ipsec/{run_esp_out => odp_ipsec_run_esp_out} (100%)
rename example/ipsec/{run_live => odp_ipsec_run_live} (100%)
rename example/ipsec/{run_router => odp_ipsec_run_router} (100%)
rename example/ipsec/{run_simple => odp_ipsec_run_simple} (100%)
--
2.1.4