From 636600e3b89d6f44b4cf18c529f6700b760c664e Mon Sep 17 00:00:00 2001 From: vsc Date: Mon, 9 Sep 2002 17:46:30 +0000 Subject: [PATCH] support for YapInterface.h git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@584 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index cad80959f..76be3af64 100644 --- a/Makefile.in +++ b/Makefile.in @@ -98,7 +98,7 @@ TAG_HEADERS= Tags_32bits.h Tags_32Ops.h Tags_32LowTag.h\ GHEADERS = TermExt.h Yap.h Atoms.h Yatom.h sshift.h $(TAG_HEADERS) -INTERFACE_HEADERS = $(srcdir)/include/c_interface.h $(srcdir)/include/yap_structs.h +INTERFACE_HEADERS = $(srcdir)/include/c_interface.h $(srcdir)/include/yap_structs.h $(srcdir)/include/YapInterface.h HEADERS = \ $(GHEADERS) $(INTERFACE_HEADERS) \