aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/sccp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/tests/sccp/Makefile.am')
-rw-r--r--openbsc/tests/sccp/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/openbsc/tests/sccp/Makefile.am b/openbsc/tests/sccp/Makefile.am
new file mode 100644
index 000000000..5a275fc2b
--- /dev/null
+++ b/openbsc/tests/sccp/Makefile.am
@@ -0,0 +1,8 @@
+INCLUDES = $(all_includes) -I$(top_srcdir)/include
+AM_CFLAGS=-Wall -ggdb3
+
+noinst_PROGRAMS = sccp_test
+
+sccp_test_SOURCES = sccp_test.c
+sccp_test_LDADD = $(top_builddir)/src/libsccp.a $(top_builddir)/src/libbsc.a
+