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/sms/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/sms/Makefile.am (limited to 'tests/sms') diff --git a/tests/sms/Makefile.am b/tests/sms/Makefile.am new file mode 100644 index 00000000..a8f1ff6a --- /dev/null +++ b/tests/sms/Makefile.am @@ -0,0 +1,5 @@ +INCLUDES = $(all_includes) -I$(top_srcdir)/include +noinst_PROGRAMS = sms_test + +sms_test_SOURCES = sms_test.c +sms_test_LDADD = $(top_builddir)/src/libosmocore.la -- cgit v1.2.3