summaryrefslogtreecommitdiffstats
path: root/tests/sms/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte2010-02-20 21:09:24 +0100
committerHarald Welte2010-02-20 21:09:24 +0100
commit3cae0398eaef6045de883849a236c38d1767cb41 (patch)
treee206fbaec0bb64687b98fe4db6d97ac3386be354 /tests/sms/Makefile.am
parentupdate gitignore file (diff)
downloadlibosmocore-3cae0398eaef6045de883849a236c38d1767cb41.tar.gz
libosmocore-3cae0398eaef6045de883849a236c38d1767cb41.tar.xz
libosmocore-3cae0398eaef6045de883849a236c38d1767cb41.zip
add missing automake / autoconf files
Diffstat (limited to 'tests/sms/Makefile.am')
-rw-r--r--tests/sms/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/sms/Makefile.am b/tests/sms/Makefile.am
new file mode 100644
index 0000000..a8f1ff6
--- /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