Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/Makefile.am
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-12-16 23:37:43 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-12-19 10:12:02 (GMT)
commit1e68c1dd8988f17d45abe744e7beeeb90c997ed2 (patch)
treed07afeeb92c5a7d0aa56f9b723b294a7fd91a741 /libview/Makefile.am
parent07545e46f1142614227a8f2a98a51009925184df (diff)
Move EvPrintOperation to libview
https://bugzilla.gnome.org/show_bug.cgi?id=604750
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 03b8d6d..e26e82e 100644
--- a/libview/Makefile.am
+++ b/libview/Makefile.am
@@ -14,6 +14,7 @@ INST_H_FILES = \
ev-document-model.h \
ev-jobs.h \
ev-job-scheduler.h \
+ ev-print-operation.h \
ev-stock-icons.h \
ev-view.h \
ev-view-type-builtins.h
@@ -28,6 +29,7 @@ libevview_la_SOURCES = \
ev-job-scheduler.c \
ev-page-cache.c \
ev-pixbuf-cache.c \
+ ev-print-operation.c \
ev-stock-icons.c \
ev-timeline.c \
ev-transition-animation.c \