aboutsummaryrefslogtreecommitdiff
path: root/example/timer
diff options
context:
space:
mode:
authorNicolas Morey-Chaisemartin <nmorey@kalray.eu>2015-06-29 16:53:15 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-06-29 19:04:48 +0300
commit0274087af20ff1f7ed1e9c5f6de3ff12798e6a9c (patch)
tree323426581a7073c9f91500d2cb597ddcdfa02b87 /example/timer
parent926c7bf578329ec936ac1933db232768d781e2f9 (diff)
configurable binaries extension
Add $(EXEEXT) to all binary generated so platform can easily configure the binaries extension and use the LOG_COMPILER features of automake. This should have no visible effect unless EXEEXT is set by the configure Signed-off-by: Nicolas Morey-Chaisemartin <nmorey@kalray.eu> Acked-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'example/timer')
-rw-r--r--example/timer/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/timer/Makefile.am b/example/timer/Makefile.am
index 04d51c4..fcb67a9 100644
--- a/example/timer/Makefile.am
+++ b/example/timer/Makefile.am
@@ -1,6 +1,6 @@
include $(top_srcdir)/example/Makefile.inc
-bin_PROGRAMS = odp_timer_test
+bin_PROGRAMS = odp_timer_test$(EXEEXT)
odp_timer_test_LDFLAGS = $(AM_LDFLAGS) -static
odp_timer_test_CFLAGS = $(AM_CFLAGS) -I${top_srcdir}/example