aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2011-10-21 21:23:05 +0200
committerSylvain Munaut <tnt@246tNt.com>2011-10-21 21:23:05 +0200
commitdec48005cc08e2846985bbb4ff6128bb8a9beaee (patch)
tree61b7aafd45ee0ffb55e63029a6b39d59d53134b3
parent0061dedaae41b117115bab4bd00e9dddb85bbe66 (diff)
core: Fix include path to use top_builddir as well for generated headers
With the new generated headers for the CRC code, we need to include the builddir as well in case we're building out of tree. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 89b8138f..6c0398bc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,7 +4,7 @@ SUBDIRS=. vty codec gsm
# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
LIBVERSION=3:0:0
-INCLUDES = $(all_includes) -I$(top_srcdir)/include
+INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include
AM_CFLAGS = -fPIC -Wall
lib_LTLIBRARIES = libosmocore.la