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

@@ -21,7 +21,7 @@ YAPLIBDIR=@libdir@/Yap
#
CC=@CC@
CXX=@CXX@
CXXFLAGS= @CXXFLAGS@ $(YAP_EXTRAS) $(DEFS) -D_YAP_NOT_INSTALLED_=1 -I$(srcdir) -I../../.. -I$(srcdir)/../../../include
CXXFLAGS= @CXXFLAGS@ $(YAP_EXTRAS) $(DEFS) -D_YAP_NOT_INSTALLED_=1 -I$(srcdir) -I../../.. -I$(srcdir)/../../../include @CPPFLAGS@
#
#
# You shouldn't need to change what follows.