aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.ac
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-05-30 14:57:14 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-11-12 16:05:02 +0100
commit9a9bd05b65fa22fadc498568fe2ebdb41febbd43 (patch)
treeedf47e86cf6bc1c4d6351f416a86f497ce938ce1 /openbsc/configure.ac
parent5c1f1bde495037d2305a6ec8474d1f8394f777b9 (diff)
osmo-nitb becomes osmo-cscn
Diffstat (limited to 'openbsc/configure.ac')
-rw-r--r--openbsc/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index 50d2888cb..f85d83487 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -57,7 +57,7 @@ fi
AM_CONDITIONAL(BUILD_BSC, test "x$osmo_ac_build_bsc" = "xyes")
AC_SUBST(osmo_ac_build_bsc)
-# Enable/disable smpp support in the nitb?
+# Enable/disable smpp support in the cscn?
AC_ARG_ENABLE([smpp], [AS_HELP_STRING([--enable-smpp], [Build the SMPP interface])],
[osmo_ac_build_smpp="$enableval"],[osmo_ac_build_smpp="no"])
if test "$osmo_ac_build_smpp" = "yes" ; then
@@ -215,7 +215,7 @@ AC_OUTPUT(
src/libfilter/Makefile
src/libiu/Makefile
src/libxsc/Makefile
- src/osmo-nitb/Makefile
+ src/osmo-cscn/Makefile
src/osmo-bsc/Makefile
src/osmo-bsc_nat/Makefile
src/osmo-bsc_mgcp/Makefile