aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-03-03 23:36:48 +0100
committerHarald Welte <laforge@gnumonks.org>2011-03-03 23:36:48 +0100
commita17faf8512992a53a14e8b615f5369be05c5f0cc (patch)
tree044ab53a68634ddcf12130bbc1275e86423e449f /openbsc/configure.in
parent31c00f7d6fa63937f2c973157d196a427f6eef95 (diff)
Rename bsc_nat -> osmo-bsc_nat and bsc_mgcp -> osmo-bsc_mgcp
This now enforces a unique structure: All of our main daemon programs start with an "osmo-" prefix.
Diffstat (limited to 'openbsc/configure.in')
-rw-r--r--openbsc/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index 525bad82c..65b39e606 100644
--- a/openbsc/configure.in
+++ b/openbsc/configure.in
@@ -95,7 +95,8 @@ AC_OUTPUT(
src/common/Makefile
src/osmo-nitb/Makefile
src/osmo-bsc/Makefile
- src/nat/Makefile
+ src/osmo-bsc_nat/Makefile
+ src/osmo-bsc_mgcp/Makefile
src/ipaccess/Makefile
src/utils/Makefile
src/gprs/Makefile