Use new include paths of libosmo-sccp 0.0.2

This commit is contained in:
Harald Welte 2010-08-03 15:11:51 +02:00
parent 3bcbc0c47a
commit d5db12c160
10 changed files with 12 additions and 12 deletions

View File

@ -25,7 +25,7 @@ AM_CONDITIONAL(HAVE_LIBGTP, test "x$GPRS_LIBGTP" != "x")
AC_ARG_ENABLE([nat], [AS_HELP_STRING([--enable-nat], [Build the BSC NAT. Requires SCCP])], AC_ARG_ENABLE([nat], [AS_HELP_STRING([--enable-nat], [Build the BSC NAT. Requires SCCP])],
[ [
PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp) PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 0.0.2)
osmo_ac_build_nat="yes" osmo_ac_build_nat="yes"
], ],
[ [
@ -33,9 +33,9 @@ AC_ARG_ENABLE([nat], [AS_HELP_STRING([--enable-nat], [Build the BSC NAT. Require
]) ])
AM_CONDITIONAL(BUILD_NAT, test "x$osmo_ac_build_nat" = "xyes") AM_CONDITIONAL(BUILD_NAT, test "x$osmo_ac_build_nat" = "xyes")
AC_ARG_ENABLE([osmo-bsc], [AS_HELP_STRING([--enable-bsc], [Build the Osmo BSC])], AC_ARG_ENABLE([osmo-bsc], [AS_HELP_STRING([--enable-osmo-bsc], [Build the Osmo BSC])],
[ [
PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp) PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 0.0.2)
osmo_ac_build_bsc="yes" osmo_ac_build_bsc="yes"
], ],
[ [

View File

@ -24,7 +24,7 @@
#define BSC_NAT_SCCP_H #define BSC_NAT_SCCP_H
#include <sys/types.h> #include <sys/types.h>
#include <sccp/sccp_types.h> #include <osmocom/sccp/sccp_types.h>
/* /*
* For the NAT we will need to analyze and later patch * For the NAT we will need to analyze and later patch

View File

@ -26,7 +26,7 @@
#include <osmocom/vty/command.h> #include <osmocom/vty/command.h>
#include <osmocore/talloc.h> #include <osmocore/talloc.h>
#include <sccp/sccp.h> #include <osmocom/sccp/sccp.h>
#define _GNU_SOURCE #define _GNU_SOURCE
#include <getopt.h> #include <getopt.h>

View File

@ -29,7 +29,7 @@
#include <osmocore/talloc.h> #include <osmocore/talloc.h>
#include <osmocore/protocol/gsm_08_08.h> #include <osmocore/protocol/gsm_08_08.h>
#include <sccp/sccp.h> #include <osmocom/sccp/sccp.h>
/* /*
* The idea is to have a simple struct describing a IPA packet with * The idea is to have a simple struct describing a IPA packet with

View File

@ -26,7 +26,7 @@
#include <openbsc/mgcp.h> #include <openbsc/mgcp.h>
#include <openbsc/mgcp_internal.h> #include <openbsc/mgcp_internal.h>
#include <sccp/sccp.h> #include <osmocom/sccp/sccp.h>
#include <osmocore/talloc.h> #include <osmocore/talloc.h>
#include <osmocore/gsm0808.h> #include <osmocore/gsm0808.h>

View File

@ -52,7 +52,7 @@
#include <osmocom/vty/telnet_interface.h> #include <osmocom/vty/telnet_interface.h>
#include <osmocom/vty/vty.h> #include <osmocom/vty/vty.h>
#include <sccp/sccp.h> #include <osmocom/sccp/sccp.h>
#include "../../bscconfig.h" #include "../../bscconfig.h"

View File

@ -35,7 +35,7 @@
#include <osmocore/protocol/gsm_08_08.h> #include <osmocore/protocol/gsm_08_08.h>
#include <sccp/sccp.h> #include <osmocom/sccp/sccp.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <arpa/inet.h> #include <arpa/inet.h>

View File

@ -30,7 +30,7 @@
#include <osmocore/talloc.h> #include <osmocore/talloc.h>
#include <osmocore/rate_ctr.h> #include <osmocore/rate_ctr.h>
#include <sccp/sccp.h> #include <osmocom/sccp/sccp.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -24,7 +24,7 @@
#include <openbsc/bsc_nat.h> #include <openbsc/bsc_nat.h>
#include <openbsc/bsc_nat_sccp.h> #include <openbsc/bsc_nat_sccp.h>
#include <sccp/sccp.h> #include <osmocom/sccp/sccp.h>
#include <osmocore/talloc.h> #include <osmocore/talloc.h>

View File

@ -30,7 +30,7 @@
#include <osmocore/talloc.h> #include <osmocore/talloc.h>
#include <sccp/sccp.h> #include <osmocom/sccp/sccp.h>
#include <stdio.h> #include <stdio.h>