aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 20:21:44 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 20:31:43 +0800
commit28e2988ce2eb38c5da9d3920355d63ccec14ccf5 (patch)
tree85d83e9ba326a836e66aaba80c4216ef6de3aecf /openbsc/configure.in
parent434a1fd84e6dbeb538d570f836430734b6967b17 (diff)
nat: Add the OSMO NAT to the build process.
Diffstat (limited to 'openbsc/configure.in')
-rw-r--r--openbsc/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index d2fd67a2f..ef9592039 100644
--- a/openbsc/configure.in
+++ b/openbsc/configure.in
@@ -54,10 +54,12 @@ AC_OUTPUT(
src/Makefile
src/ipaccess/Makefile
src/gprs/Makefile
+ src/nat/Makefile
tests/Makefile
tests/debug/Makefile
tests/gsm0408/Makefile
tests/db/Makefile
tests/channel/Makefile
tests/sccp/Makefile
+ tests/bsc-nat/Makefile
Makefile)