aboutsummaryrefslogtreecommitdiff
path: root/helper/test/Makefile.am
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-06-17 13:24:42 -0700
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-06-17 23:52:56 +0300
commit281166e2d95c836a2773996f02366385c6d94fe6 (patch)
tree2b5a231a2454787d8791055b8ab544216a0c857c /helper/test/Makefile.am
parent3d85d592b3dee612c9233f8dcb386d9d56c943bd (diff)
helper/test/Makefile: fix, should be dist_odp_chksum_SOURCES
change dist_odp_process_SOURCES -> dist_odp_chksum_SOURCES Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper/test/Makefile.am')
-rw-r--r--helper/test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/test/Makefile.am b/helper/test/Makefile.am
index 334a6821b..ec8d2c706 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