fixed compilation bug (it was not finding YapInterface.h in a clean install)

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2036 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
rzf 2007-12-05 10:47:19 +00:00
parent 212a27a564
commit c9c6b2e25c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -13,7 +13,7 @@ for the relative license.
#include "array.h"
#include "mtr.h"
#include "avl.h"
#include "Yap/YapInterface.h"
#include "YapInterface.h"
#include <glib.h>
typedef struct