@@ -1 +1 @@
-odp_time_global_test
+odp_time_global
@@ -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
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> --- example/time/.gitignore | 2 +- example/time/Makefile.am | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) -- 2.1.4