From 2b0e255630b77cc6dc21891c635db79f3a930794 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Tue, 14 Oct 2008 14:27:10 +0200 Subject: [PATCH] use GMP flags when compiling isl_test --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e6e3dca..7f78b80 100644 --- a/Makefile.am +++ b/Makefile.am @@ -76,7 +76,7 @@ libisl_la_CPPFLAGS = -I$(srcdir)/include -Iinclude/ \ @PIPLIB_CPPFLAGS@ @POLYLIB_CPPFLAGS@ \ @GMP_CPPFLAGS@ -isl_test_CPPFLAGS = -I$(srcdir)/include -Iinclude/ +isl_test_CPPFLAGS = -I$(srcdir)/include -Iinclude/ @GMP_CPPFLAGS@ isl_test_LDADD = libisl.la nodist_pkginclude_HEADERS = \ -- 2.7.4