fix makefiles t get extra dirs from configure (obs from Paulo Moura).

This commit is contained in:
Vítor Santos Costa
2010-06-19 14:49:04 +01:00
parent d210d85f09
commit f1075f6da3
7 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ SHAREDIR=$(ROOTDIR)/share/Yap
#
#
CC=@CC@
CFLAGS= @CFLAGS@ $(YAP_EXTRAS) $(DEFS) -I$(srcdir) -I$(srcdir)/../../include
CFLAGS= @CFLAGS@ $(YAP_EXTRAS) $(DEFS) -I$(srcdir) -I$(srcdir)/../../include @CPPFLAGS@
#
#
# You shouldn't need to change what follows.