mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
Include bscconfig.h without ../ for the srcdir != build dir case
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
INCLUDES = $(all_includes) -I$(top_srcdir)/include
|
INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
|
||||||
AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS)
|
AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS)
|
||||||
AM_LDFLAGS = $(LIBOSMOCORE_LIBS)
|
AM_LDFLAGS = $(LIBOSMOCORE_LIBS)
|
||||||
|
|
||||||
|
@@ -33,7 +33,7 @@
|
|||||||
#include <openbsc/signal.h>
|
#include <openbsc/signal.h>
|
||||||
#include <osmocore/talloc.h>
|
#include <osmocore/talloc.h>
|
||||||
|
|
||||||
#include "../bscconfig.h"
|
#include "bscconfig.h"
|
||||||
|
|
||||||
|
|
||||||
/* global pointer to the gsm network data structure */
|
/* global pointer to the gsm network data structure */
|
||||||
|
Reference in New Issue
Block a user