blob: d3decf556e325761a2ccd365bca903192a750135 [file] [log] [blame]
Harald Weltef98a4972010-02-20 17:29:27 +01001INCLUDES = $(all_includes) -I$(top_srcdir)/include
2noinst_PROGRAMS = timer_test
3
4timer_test_SOURCES = timer_test.c
5timer_test_LDADD = $(top_builddir)/src/libosmocore.la
6