Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/Makefile.am
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-01-20 13:20:15 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2009-01-20 13:20:15 (GMT)
commit69db0c0ffccd2d0fc443e9e9e165caf43a3706f8 (patch)
tree0248391fdf8740a57a3011599dd6275b3b2cf303 /libdocument/Makefile.am
parent392a0cf4c6e64898633ffc8d2a28b6f46b33ed17 (diff)
Install ev-backends-manager.h and ev-document-type-builtins.h. Fixes bug
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
Diffstat (limited to 'libdocument/Makefile.am')
-rw-r--r--libdocument/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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 \