aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore/tests/timer/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2010-02-20 17:29:27 +0100
committerHarald Welte <laforge@netfilter.org>2010-02-20 17:29:27 +0100
commitf98a4974d764a4b6f8da5a8a5cadacae83eb87b7 (patch)
tree3f9ec8b17bbaaa3429caab7ee504d996373b38a9 /libosmocore/tests/timer/Makefile.am
parentdfe6c7d910edbba238751d0cfddbb627bb08ef54 (diff)
finish openbsc / libosmocore separation
* use pkg-config from openbsc to find header and library * move sms and timer tests to libosmocore itself * ensure "make distcheck" works on both packages
Diffstat (limited to 'libosmocore/tests/timer/Makefile.am')
-rw-r--r--libosmocore/tests/timer/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/libosmocore/tests/timer/Makefile.am b/libosmocore/tests/timer/Makefile.am
new file mode 100644
index 000000000..d3decf556
--- /dev/null
+++ b/libosmocore/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
+