aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/bsc-nat-trie
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-09-19 11:01:14 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-09-19 11:01:14 +0200
commitcb786126895a22ffe237bfe029d79e4600da449a (patch)
tree1bce3ea33aa580629925af2e81267102857510de /openbsc/tests/bsc-nat-trie
parent946d1415c2d51eca7e64e7deffd0b247c0a8b8c7 (diff)
nat: Fix make distcheck for the nat
The jenkins runs make distcheck in the default configuration and not with the nat enabled. DISTCHECK_CONFIGURE_FLAGS="--enable-nat" make distcheck
Diffstat (limited to 'openbsc/tests/bsc-nat-trie')
-rw-r--r--openbsc/tests/bsc-nat-trie/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/openbsc/tests/bsc-nat-trie/Makefile.am b/openbsc/tests/bsc-nat-trie/Makefile.am
index 355ed6441..ba40f187b 100644
--- a/openbsc/tests/bsc-nat-trie/Makefile.am
+++ b/openbsc/tests/bsc-nat-trie/Makefile.am
@@ -9,10 +9,10 @@ noinst_PROGRAMS = bsc_nat_trie_test
bsc_nat_trie_test_SOURCES = bsc_nat_trie_test.c \
$(top_srcdir)/src/osmo-bsc_nat/bsc_nat_rewrite_trie.c
bsc_nat_trie_test_LDADD = $(top_builddir)/src/libbsc/libbsc.a \
- $(top_srcdir)/src/libctrl/libctrl.a \
- $(top_srcdir)/src/libmgcp/libmgcp.a \
- $(top_srcdir)/src/libtrau/libtrau.a \
- $(top_srcdir)/src/libcommon/libcommon.a \
+ $(top_builddir)/src/libctrl/libctrl.a \
+ $(top_builddir)/src/libmgcp/libmgcp.a \
+ $(top_builddir)/src/libtrau/libtrau.a \
+ $(top_builddir)/src/libcommon/libcommon.a \
$(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) -lrt \
$(LIBOSMOSCCP_LIBS) $(LIBOSMOVTY_LIBS) \
$(LIBOSMOABIS_LIBS)