From 97a5b943708b58c983d6b7b8a80f67a43aac4fac Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 25 Aug 2003 11:40:39 +0000 Subject: [PATCH] add the new header so they get included in the distrib Daniel * libxslt/Makefile.am libexslt/Makefile.am: add the new header so they get included in the distrib Daniel --- ChangeLog | 5 +++++ libexslt/Makefile.am | 3 ++- libxslt/Makefile.am | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0f23825..a74d855 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Aug 25 13:39:40 CEST 2003 Daniel Veillard + + * libxslt/Makefile.am libexslt/Makefile.am: add the new header so they + get included in the distrib + Mon Aug 25 11:56:02 CEST 2003 Igor Zlatkovic * libxslt/*.h libexslt/*.h: exportability taint of the headers. diff --git a/libexslt/Makefile.am b/libexslt/Makefile.am index 0bbfc51..b2f3702 100644 --- a/libexslt/Makefile.am +++ b/libexslt/Makefile.am @@ -10,7 +10,8 @@ exsltinc_HEADERS = \ exslt.h \ exsltconfig.h \ exslt.h \ - exsltconfig.h + exsltconfig.h \ + exsltexports.h libexslt_la_SOURCES = \ exslt.c \ diff --git a/libxslt/Makefile.am b/libxslt/Makefile.am index f0ae9b3..dff2e53 100644 --- a/libxslt/Makefile.am +++ b/libxslt/Makefile.am @@ -23,7 +23,8 @@ xsltinc_HEADERS = \ transform.h \ security.h \ xsltInternals.h \ - xsltconfig.h + xsltconfig.h \ + xsltexports.h libxslt_la_SOURCES = \ xslt.c \ -- 2.7.4