Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--libdocument/Makefile.am4
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 44eb507..ada840d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-20 Tomeu Vizoso <tomeu@sugarlabs.org>
+
+ * libdocument/Makefile.am:
+
+ Install ev-backends-manager.h and
+ ev-document-type-builtins.h. Fixes bug #567787.
+
2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org>
* NEWS:
diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am
index 4a95117..6ac6feb 100644
--- a/libdocument/Makefile.am
+++ b/libdocument/Makefile.am
@@ -12,15 +12,14 @@ libevbackend_la_LDFLAGS = -export-dynamic
libevbackend_la_LIBADD = $(LIBDOCUMENT_LIBS)
NOINST_H_FILES = \
- ev-backends-manager.h \
ev-debug.h \
ev-document-factory.h \
- ev-document-type-builtins.h \
ev-module.h
INST_H_FILES = \
ev-async-renderer.h \
ev-attachment.h \
+ ev-backends-manager.h \
ev-document-find.h \
ev-document-fonts.h \
ev-document-forms.h \
@@ -33,6 +32,7 @@ INST_H_FILES = \
ev-document-security.h \
ev-document-thumbnails.h \
ev-document-transition.h \
+ ev-document-type-builtins.h \
ev-file-exporter.h \
ev-file-helpers.h \
ev-form-field.h \