From c9c6b2e25cba8ee782db63a686625c2ef1098393 Mon Sep 17 00:00:00 2001 From: rzf Date: Wed, 5 Dec 2007 10:47:19 +0000 Subject: [PATCH] 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 --- cplint/Makefile.in | 2 +- cplint/cplint.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cplint/Makefile.in b/cplint/Makefile.in index db465117d..99207bbe5 100644 --- a/cplint/Makefile.in +++ b/cplint/Makefile.in @@ -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. diff --git a/cplint/cplint.h b/cplint/cplint.h index 37c8bca39..8c78f5fb5 100644 --- a/cplint/cplint.h +++ b/cplint/cplint.h @@ -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 typedef struct