Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/Makefile.am
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-05-12 09:04:14 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-05-12 09:04:14 (GMT)
commit0dd0c92a0acb3d4aaecb7fd56e6ca71e89fef54a (patch)
tree993e48348bce731a7639eb48e8f58eda7bfc17d8 /libdocument/Makefile.am
parent13c5a93aca3d2e7b88161ae047b751af20ce277d (diff)
[libdocument] Add annotations interface
Diffstat (limited to 'libdocument/Makefile.am')
-rw-r--r--libdocument/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am
index aa77cca..e6ccb51 100644
--- a/libdocument/Makefile.am
+++ b/libdocument/Makefile.am
@@ -5,10 +5,12 @@ NOINST_H_FILES = \
ev-module.h
INST_H_FILES = \
+ ev-annotation.h \
ev-async-renderer.h \
ev-attachment.h \
ev-backends-manager.h \
ev-document-factory.h \
+ ev-document-annotations.h \
ev-document-find.h \
ev-document-fonts.h \
ev-document-forms.h \
@@ -41,6 +43,7 @@ headerdir = $(includedir)/evince/$(EV_API_VERSION)/libdocument
header_DATA = $(INST_H_FILES)
libevdocument_la_SOURCES= \
+ ev-annotation.c \
ev-async-renderer.c \
ev-attachment.c \
ev-backends-manager.c \
@@ -51,6 +54,7 @@ libevdocument_la_SOURCES= \
ev-image.c \
ev-init.c \
ev-document.c \
+ ev-document-annotations.c \
ev-document-factory.c \
ev-document-thumbnails.c \
ev-document-fonts.c \