aboutsummaryrefslogtreecommitdiff
path: root/example/timer/Makefile.am
blob: 007a2842b97a0d633191484331e14b38bcdd49b4 (plain)
1
2
3
4
5
6
7
8
9
include $(top_srcdir)/example/Makefile.inc

bin_PROGRAMS = odp_timer_simple

odp_timer_simple_SOURCES = odp_timer_simple.c

if test_example
TESTS  = odp_timer_simple
endif