summaryrefslogtreecommitdiffstats
path: root/tests/conv/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conv/Makefile.am')
-rw-r--r--tests/conv/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/conv/Makefile.am b/tests/conv/Makefile.am
new file mode 100644
index 00000000..75cfec8d
--- /dev/null
+++ b/tests/conv/Makefile.am
@@ -0,0 +1,6 @@
+INCLUDES = $(all_includes) -I$(top_srcdir)/include
+noinst_PROGRAMS = conv_test
+EXTRA_DIST = conv_test.ok
+
+conv_test_SOURCES = conv_test.c
+conv_test_LDADD = $(top_builddir)/src/libosmocore.la