summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNiels M?ller <nisse@lysator.liu.se>2012-04-11 22:45:50 +0200
committerNiels M?ller <nisse@lysator.liu.se>2012-04-11 22:45:50 +0200
commit8a090039bea055a4003d88c513b0b995373dc430 (patch)
treea7e1e71336304fba6d83798292c3931c1afdf341 /Makefile.am
parentd3ea439d67126c6163ab13b1ddd592355b1e45cf (diff)
downloadgmp-8a090039bea055a4003d88c513b0b995373dc430.tar.gz
Pass needed -I flag for make check-mini-gmp.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 568ac1b99..c2e84e806 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -410,7 +410,7 @@ check-mini-gmp:
MINI_GMP_DIR="$$abs_srcdir/mini-gmp" \
LDFLAGS="-L../../.libs" \
LIBS="-lgmp -lm" \
- CC="$(CC_FOR_BUILD)" EXTRA_CFLAGS="-g" check
+ CC="$(CC_FOR_BUILD)" EXTRA_CFLAGS="-g -I../.." check
clean-mini-gmp:
if [ -d mini-gmp/tests ] ; then \