From 17944f72859ea53852870ceda49d4a2cb4ec8968 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 4 Feb 2010 19:24:43 +0100 Subject: [nat] Add missing Makefile.am.. --- openbsc/tests/bsc-nat/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 openbsc/tests/bsc-nat/Makefile.am (limited to 'openbsc/tests') 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 + -- cgit v1.2.3