aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-02-04 19:24:43 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-04 19:24:43 +0100
commit17944f72859ea53852870ceda49d4a2cb4ec8968 (patch)
treea934a89cac34a9b283c5b18a29044d7ecf67f3ef /openbsc/tests
parentd2964b6cd1170e2be17b853a38fb7b8afb673f0e (diff)
[nat] Add missing Makefile.am..
Diffstat (limited to 'openbsc/tests')
-rw-r--r--openbsc/tests/bsc-nat/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/openbsc/tests/bsc-nat/Makefile.am b/openbsc/tests/bsc-nat/Makefile.am
new file mode 100644
index 000000000..cc9fb3bae
--- /dev/null
+++ b/openbsc/tests/bsc-nat/Makefile.am
@@ -0,0 +1,8 @@
+INCLUDES = $(all_includes) -I$(top_srcdir)/include
+AM_CFLAGS=-Wall -ggdb3
+
+noinst_PROGRAMS = bsc_nat_test
+
+bsc_nat_test_SOURCES = bsc_nat_test.c $(top_srcdir)/src/nat/bsc_filter.c
+bsc_nat_test_LDADD = $(top_builddir)/src/libbsc.a $(top_builddir)/src/libsccp.a
+