Include bscconfig.h without ../ for the srcdir != build dir case

This commit is contained in:
Holger Hans Peter Freyther 2010-03-24 10:20:27 +01:00
parent a21a96f987
commit 6552d0b596
2 changed files with 2 additions and 2 deletions

View File

@ -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_LDFLAGS = $(LIBOSMOCORE_LIBS)

View File

@ -33,7 +33,7 @@
#include <openbsc/signal.h>
#include <osmocore/talloc.h>
#include "../bscconfig.h"
#include "bscconfig.h"
/* global pointer to the gsm network data structure */