Merge branch 'maint'
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Tue, 28 Aug 2018 18:06:34 +0000 (28 20:06 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Tue, 28 Aug 2018 18:06:34 +0000 (28 20:06 +0200)
1  2 
Makefile.am
configure.ac

diff --cc Makefile.am
@@@ -83,9 -58,8 +83,9 @@@ MP_SRC = 
  MP_INCLUDE_H = include/isl/val_gmp.h
  endif
  
 -AM_CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/include -Iinclude/ @MP_CPPFLAGS@
 +includes = -I. -I$(srcdir) -I$(srcdir)/include -Iinclude/
 +AM_CPPFLAGS = $(includes) @MP_CPPFLAGS@
- AM_CFLAGS = @WARNING_FLAGS@
+ AM_CFLAGS = @WARNING_FLAGS@ @MP_CFLAGS@
  
  libisl_la_SOURCES = \
        $(MP_SRC) \
diff --cc configure.ac
Simple merge