From 6552d0b596bd6bfcbf7c4f22077ee124ed3552cd Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 24 Mar 2010 10:20:27 +0100 Subject: Include bscconfig.h without ../ for the srcdir != build dir case --- openbsc/src/Makefile.am | 2 +- openbsc/src/bsc_init.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openbsc/src/Makefile.am b/openbsc/src/Makefile.am index 5dac9debd..a21cb8090 100644 --- a/openbsc/src/Makefile.am +++ b/openbsc/src/Makefile.am @@ -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) diff --git a/openbsc/src/bsc_init.c b/openbsc/src/bsc_init.c index 678672026..957ccfb9b 100644 --- a/openbsc/src/bsc_init.c +++ b/openbsc/src/bsc_init.c @@ -33,7 +33,7 @@ #include #include -#include "../bscconfig.h" +#include "bscconfig.h" /* global pointer to the gsm network data structure */ -- cgit v1.2.3