aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-17 23:34:34 +0800
committerHarald Welte <laforge@gnumonks.org>2012-06-17 23:34:34 +0800
commitedcba4e307fc6d8cf3de5d22982b1317178e7433 (patch)
treea8215cc8b1a873fb5dc0515eed8cdc7e76638337 /openbsc/configure.ac
parentb46d56655929e10ca904b4b881ff42584830c0c5 (diff)
use new external libosmogb (part of libosmocore.git)openbsc/0.12.00.12.0
This removes the libgb (GPRS NS/BSSGP) code from the openbsc.git repository and uses the new version from libosmocore.git instead.
Diffstat (limited to 'openbsc/configure.ac')
-rw-r--r--openbsc/configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index 308bae8f6..3f2d4d4f5 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -45,6 +45,7 @@ PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.3.2)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.3.0)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.3.0)
PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.1.0)
+PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 0.5.1)
found_libgtp=yes
PKG_CHECK_MODULES(LIBGTP, libgtp, , found_libgtp=no)
@@ -114,9 +115,6 @@ AM_CONFIG_HEADER(bscconfig.h)
AC_OUTPUT(
openbsc.pc
include/openbsc/Makefile
- include/osmocom/Makefile
- include/osmocom/gprs/Makefile
- include/osmocom/gprs/protocol/Makefile
include/Makefile
src/Makefile
src/libtrau/Makefile
@@ -131,7 +129,6 @@ AC_OUTPUT(
src/osmo-bsc_mgcp/Makefile
src/ipaccess/Makefile
src/utils/Makefile
- src/libgb/Makefile
src/gprs/Makefile
tests/Makefile
tests/atlocal