make SWI-Prolog get YAP stuff from include/Yap at run-time.

This commit is contained in:
Vítor Manuel de Morais Santos Costa
2010-01-15 14:39:03 +00:00
parent 44a418bd04
commit ffdf270a3d
7 changed files with 12 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ LIBDIR=$(EROOTDIR)/lib/Yap
#
#
CC=@CC@
CFLAGS= @CFLAGS@ $(YAP_EXTRAS) $(DEFS) -I$(srcdir) -I../.. -I$(srcdir)/../../include -I$(srcdir)/uxnt
CFLAGS= @CFLAGS@ $(YAP_EXTRAS) $(DEFS) -D_YAP_NOT_INSTALLED_=1 -I$(srcdir) -I../.. -I$(srcdir)/../../include -I$(srcdir)/uxnt
#
#
# You shouldn't need to change what follows.