[gnote] fix make distcheck for release



commit 5a1284053eff627778791e06ce09c4d47f59c6c5
Author: Hubert Figuiere <hub figuiere net>
Date:   Wed May 27 17:55:02 2009 -0400

    fix make distcheck for release
---
 NEWS                                         |    2 +-
 src/Makefile.am                              |    1 +
 src/addins/exporttohtml/Makefile.am          |    1 +
 src/addins/exporttohtml/notenameresolver.hpp |    5 +++--
 src/sharp/xsltransform.hpp                   |    3 ++-
 5 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index b39f8f3..ba48609 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.4.0 -
+0.4.0 - 2009/05/27
 
 New features:
 
diff --git a/src/Makefile.am b/src/Makefile.am
index 522bcce..10d64c0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -81,6 +81,7 @@ libgnote_a_SOURCES = \
 	sharp/uri.hpp sharp/uri.cpp \
 	sharp/uuid.hpp \
 	sharp/xmlconvert.hpp sharp/xmlconvert.cpp \
+	sharp/xmlresolver.hpp \
 	sharp/xmlwriter.hpp sharp/xmlwriter.cpp \
 	sharp/xsltargumentlist.hpp sharp/xsltargumentlist.cpp \
 	sharp/xsltransform.hpp sharp/xsltransform.cpp \
diff --git a/src/addins/exporttohtml/Makefile.am b/src/addins/exporttohtml/Makefile.am
index 4c9c769..f6df692 100644
--- a/src/addins/exporttohtml/Makefile.am
+++ b/src/addins/exporttohtml/Makefile.am
@@ -14,6 +14,7 @@ exporttohtml_la_LIBADD = @LIBXSLT_LIBS@
 
 exporttohtml_la_SOURCES = exporttohtmlnoteaddin.hpp exporttohtmlnoteaddin.cpp \
 	exporttohtmldialog.hpp exporttohtmldialog.cpp \
+	notenameresolver.hpp \
 	$(srcdir)/../../sharp/streamwriter.cpp \
 	$(srcdir)/../../sharp/xsltransform.cpp \
 	$(srcdir)/../../sharp/xsltargumentlist.cpp \
diff --git a/src/addins/exporttohtml/notenameresolver.hpp b/src/addins/exporttohtml/notenameresolver.hpp
index bce6b1e..173009a 100644
--- a/src/addins/exporttohtml/notenameresolver.hpp
+++ b/src/addins/exporttohtml/notenameresolver.hpp
@@ -20,8 +20,9 @@
 
 
 
-#include <note.hpp>
-#include <notemanager.hpp>
+#include "sharp/xmlresolver.hpp"
+#include "note.hpp"
+#include "notemanager.hpp"
 
 namespace exporttohtml {
 
diff --git a/src/sharp/xsltransform.hpp b/src/sharp/xsltransform.hpp
index dc30746..6140034 100644
--- a/src/sharp/xsltransform.hpp
+++ b/src/sharp/xsltransform.hpp
@@ -35,12 +35,13 @@
 #include <libxslt/transform.h>
 
 #include "sharp/streamwriter.hpp"
-#include "sharp/xmlresolver.hpp"
 #include "sharp/xsltargumentlist.hpp"
 
 
 namespace sharp {
 
+class XmlResolver;
+
 class XslTransform
 {
 public:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]