From 8277c49f105016f5ad7806c7fd976e746fba6e97 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 7 Sep 2011 10:41:03 +0200 Subject: [PATCH] Makefile.am: put GMP CPPFLAGS after isl CFLAGS The location of the GMP headers may also contain old isl headers. Signed-off-by: Sven Verdoolaege --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a282d16..30b0e3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ lib_LTLIBRARIES = libisl-polylib.la libisl_polylib_la_SOURCES = \ isl_map_polylib.c libisl_polylib_la_CPPFLAGS = -I$(srcdir)/include -Iinclude/ \ - $(GMP_CPPFLAGS) $(ISL_CFLAGS) $(POLYLIB_CPPFLAGS) + $(ISL_CFLAGS) $(POLYLIB_CPPFLAGS) $(GMP_CPPFLAGS) libisl_polylib_la_LIBADD = $(LTLIBOBJS) $(LIB_ISL) $(LIB_POLYLIB) pkginclude_HEADERS = \ -- 2.11.4.GIT