aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore/tests/sms/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libosmocore/tests/sms/Makefile.am')
-rw-r--r--libosmocore/tests/sms/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/libosmocore/tests/sms/Makefile.am b/libosmocore/tests/sms/Makefile.am
new file mode 100644
index 000000000..a8f1ff6a2
--- /dev/null
+++ b/libosmocore/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