aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-07-14 23:18:37 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-07-15 15:41:01 +0300
commitaa72a6f0af30414f5bf84e3fa3a20c755517cb86 (patch)
treed6a082e23b5762b252ef6107d144f102c858b377
parentbd0499915c84f70ce19153b13ff5573df3d578a0 (diff)
example/time/Makefile: remove incorrect postfix _test
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-and-tested-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--example/time/.gitignore2
-rw-r--r--example/time/Makefile.am8
2 files changed, 5 insertions, 5 deletions
diff --git a/example/time/.gitignore b/example/time/.gitignore
index 3106aea95..938c1aaed 100644
--- a/example/time/.gitignore
+++ b/example/time/.gitignore
@@ -1 +1 @@
-odp_time_global_test
+odp_time_global
diff --git a/example/time/Makefile.am b/example/time/Makefile.am
index 915593a3a..c1db37591 100644
--- a/example/time/Makefile.am
+++ b/example/time/Makefile.am
@@ -1,10 +1,10 @@
include $(top_srcdir)/example/Makefile.inc
-bin_PROGRAMS = odp_time_global_test$(EXEEXT)
-odp_time_global_test_LDFLAGS = $(AM_LDFLAGS) -static
-odp_time_global_test_CFLAGS = $(AM_CFLAGS) -I${top_srcdir}/example
+bin_PROGRAMS = odp_time_global$(EXEEXT)
+odp_time_global_LDFLAGS = $(AM_LDFLAGS) -static
+odp_time_global_CFLAGS = $(AM_CFLAGS) -I${top_srcdir}/example
noinst_HEADERS = \
$(top_srcdir)/example/example_debug.h
-dist_odp_time_global_test_SOURCES = time_global_test.c
+dist_odp_time_global_SOURCES = time_global_test.c