Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorMartin Kretzschmar <martink@src.gnome.org>2004-12-22 22:00:20 (GMT)
committer Martin Kretzschmar <martink@src.gnome.org>2004-12-22 22:00:20 (GMT)
commit042e7f3f564b9b0f3ab59302235d98febce420e6 (patch)
tree0c1c3c34352e175d6277711c5a99a5ef51c5c14e /shell/Makefile.am
parentca0836cb912f3b88834cae97774079314727c6e2 (diff)
Set up a print dialog for "PostScript injection" method.
* shell/ev-window.c (ev_window_cmd_file_print, ev_window_print) (using_postscript_printer): Set up a print dialog for "PostScript injection" method. * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for EvPrintJob. * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 4740485..33e7483 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -23,6 +23,8 @@ evince_SOURCES= \
ev-application.h \
ev-marshal.c \
ev-marshal.h \
+ ev-print-job.c \
+ ev-print-job.h \
ev-view.c \
ev-view.h \
ev-window.c \