]> www.fi.muni.cz Git - evince.git/commitdiff
Install ev-backends-manager.h and ev-document-type-builtins.h. Fixes bug
authorTomeu Vizoso <tomeu@sugarlabs.org>
Tue, 20 Jan 2009 13:20:15 +0000 (13:20 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Tue, 20 Jan 2009 13:20:15 +0000 (13:20 +0000)
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.

svn path=/trunk/; revision=3367

ChangeLog
libdocument/Makefile.am

index 44eb507162aca521cde8cc114bce2013ba8fb5ed..ada840de4461e29e12c92fb68390220e9f997d83 100644 (file)
--- 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:
index 4a9511792c35b46491319f84c8de9b01af4e40a0..6ac6feb6d6aeefe2ca92917a07d5c34dd84d1e04 100644 (file)
@@ -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                         \