Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/Makefile.am
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-05-12 09:41:25 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-05-12 09:41:25 (GMT)
commit229170c1870cdc32fdd7dcf28136f437dc4cbab2 (patch)
tree7f39ae5ae6360dc45615f3721cd166c41e7925a0 /libview/Makefile.am
parent10e26a71cac1e501af473496e7b3be32fc7d9676 (diff)
[libview] Add EvAnnotationWindow widget that implements popup annotations
Diffstat (limited to 'libview/Makefile.am')
-rw-r--r--libview/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libview/Makefile.am b/libview/Makefile.am
index d59de19..3a16b26 100644
--- a/libview/Makefile.am
+++ b/libview/Makefile.am
@@ -1,6 +1,7 @@
lib_LTLIBRARIES = libevview.la
NOINST_H_FILES = \
+ ev-annotation-window.h \
ev-pixbuf-cache.h \
ev-timeline.h \
ev-transition-animation.h \
@@ -20,6 +21,7 @@ headerdir = $(includedir)/evince/$(EV_API_VERSION)/libview
header_DATA = $(INST_H_FILES)
libevview_la_SOURCES = \
+ ev-annotation-window.c \
ev-jobs.c \
ev-job-scheduler.c \
ev-page-cache.c \