add the new header so they get included in the distrib Daniel
authorDaniel Veillard <veillard@src.gnome.org>
Mon, 25 Aug 2003 11:40:39 +0000 (11:40 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Mon, 25 Aug 2003 11:40:39 +0000 (11:40 +0000)
* libxslt/Makefile.am libexslt/Makefile.am: add the new header so they
  get included in the distrib
Daniel

ChangeLog
libexslt/Makefile.am
libxslt/Makefile.am

index 0f23825..a74d855 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Aug 25 13:39:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
+
+       * 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 <igor@zlatkovic.com>
 
        * libxslt/*.h libexslt/*.h: exportability taint of the headers.
index 0bbfc51..b2f3702 100644 (file)
@@ -10,7 +10,8 @@ exsltinc_HEADERS =                      \
        exslt.h                         \
        exsltconfig.h                   \
        exslt.h                         \
-       exsltconfig.h
+       exsltconfig.h                   \
+       exsltexports.h
 
 libexslt_la_SOURCES =                   \
        exslt.c                         \
index f0ae9b3..dff2e53 100644 (file)
@@ -23,7 +23,8 @@ xsltinc_HEADERS =                     \
        transform.h                     \
        security.h                      \
        xsltInternals.h                 \
-       xsltconfig.h
+       xsltconfig.h                    \
+       xsltexports.h
 
 libxslt_la_SOURCES =                   \
        xslt.c                          \