From 3cae0398eaef6045de883849a236c38d1767cb41 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 20 Feb 2010 21:09:24 +0100 Subject: add missing automake / autoconf files --- tests/timer/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/timer/Makefile.am (limited to 'tests/timer') diff --git a/tests/timer/Makefile.am b/tests/timer/Makefile.am new file mode 100644 index 0000000..d3decf5 --- /dev/null +++ b/tests/timer/Makefile.am @@ -0,0 +1,6 @@ +INCLUDES = $(all_includes) -I$(top_srcdir)/include +noinst_PROGRAMS = timer_test + +timer_test_SOURCES = timer_test.c +timer_test_LDADD = $(top_builddir)/src/libosmocore.la + -- cgit v1.2.3-55-g7522