misc: Add the libosmocore CFLAGS to the CPPFLAGS

libosmocore might not be in the standard include path,
add the CFLAGS to the preprocessor flags. This is fixing
the build on the Osmocom Jenkins.
This commit is contained in:
Holger Freyther 2012-07-23 10:47:33 +02:00 committed by Holger Hans Peter Freyther
parent 1115f5972c
commit a95348c03e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES)
AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGB_CFLAGS) $(LIBOSMOGSM_CFLAGS)
AM_CXXFLAGS = -Wall -ldl -pthread
noinst_LTLIBRARIES = libgprs.la