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>
This commit is contained in:
Sylvain Munaut 2011-10-21 21:23:05 +02:00
parent 0061dedaae
commit dec48005cc
1 changed files with 1 additions and 1 deletions

View File

@ -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