From: Anders Roxell <[email protected]> change dist_odp_process_SOURCES -> dist_odp_chksum_SOURCES
Signed-off-by: Anders Roxell <[email protected]> Reviewed-by: Mike Holmes <[email protected]> --- helper/test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/test/Makefile.am b/helper/test/Makefile.am index 334a682..ec8d2c7 100644 --- a/helper/test/Makefile.am +++ b/helper/test/Makefile.am @@ -22,6 +22,6 @@ dist_bin_SCRIPTS = bin_PROGRAMS = $(EXECUTABLES) $(COMPILE_ONLY) -dist_odp_process_SOURCES = odp_chksum.c +dist_odp_chksum_SOURCES = odp_chksum.c dist_odp_thread_SOURCES = odp_thread.c dist_odp_process_SOURCES = odp_process.c -- 2.1.4 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
