From 0ea25a8908c417915fbfb2ce6075eed4342aa410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Thu, 27 Oct 2011 12:37:26 +0200 Subject: [PATCH] bprolog support --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index cda4d200e..7f1588a2f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -115,6 +115,7 @@ INTERFACE_HEADERS = \ $(srcdir)/include/yap_structs.h \ $(srcdir)/include/YapInterface.h \ $(srcdir)/include/SWI-Prolog.h \ + $(srcdir)/library/dialect/bprolog/fli/bprolog.h \ $(srcdir)/os/SWI-Stream.h IOLIB_HEADERS=$(srcdir)/os/pl-buffer.h \