aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-24 10:20:27 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-24 10:20:27 +0100
commit6552d0b596bd6bfcbf7c4f22077ee124ed3552cd (patch)
treee1468e6b08a98fdc0ca4d94b68635a1cf7177aba /openbsc/src/Makefile.am
parenta21a96f9870cbbdd5561952b8d606fc423808fa9 (diff)
Include bscconfig.h without ../ for the srcdir != build dir case
Diffstat (limited to 'openbsc/src/Makefile.am')
-rw-r--r--openbsc/src/Makefile.am2
1 files changed, 1 insertions, 1 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)