[PPL-devel] [GIT] ppl/ppl(master): Install also the header files required for static linking.

Roberto Bagnara bagnara at cs.unipr.it
Tue Mar 27 12:36:26 CEST 2018


Module: ppl/ppl
Branch: master
Commit: e4afe707bbc8dccae4bc43a13eb8c09fb3dc9b37
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=e4afe707bbc8dccae4bc43a13eb8c09fb3dc9b37

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Tue Mar 27 12:36:06 2018 +0200

Install also the header files required for static linking.

---

 interfaces/Prolog/SWI/Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/interfaces/Prolog/SWI/Makefile.am b/interfaces/Prolog/SWI/Makefile.am
index 0d44db7..783f6a2 100644
--- a/interfaces/Prolog/SWI/Makefile.am
+++ b/interfaces/Prolog/SWI/Makefile.am
@@ -72,6 +72,10 @@ ppl_swiprolog.cc: $(interface_generator_dependencies)
 
 pkglib_LTLIBRARIES = libppl_swiprolog.la
 
+pkginclude_HEADERS =
+$(SWI_CFLI_FILES) \
+ppl_swiprolog.hh
+
 libppl_swiprolog_la_SOURCES = \
 ppl_prolog_sysdep.hh \
 ppl_swiprolog.hh \




More information about the PPL-devel mailing list