Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2004-12-22 13:28:08 (GMT)
committer Mark McLoughlin <markmc@src.gnome.org>2004-12-22 13:28:08 (GMT)
commite90ec741051727680a653837fb7b401192c507f7 (patch)
treef4bb4a9381f9ef713a47a20492a4ca4c62ddfa7a /shell/Makefile.am
parentc2822868b202e30f2bcf8d4141824594f6be0d99 (diff)
fit-width stock icon from gpdf.
2004-12-22 Mark McLoughlin <mark@skynet.ie> * data/ev-stock-zoom-fit-width.png: fit-width stock icon from gpdf. * shell/ev-stock-icons.[ch]: copied from gpdf. * shell/main.c: (main): init stock icons. * shell/ev-window.c: use the fit-width icon. * data/evince-ui.xml: add zooming toolbar items.
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 67ec0b0..a360a94 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -6,6 +6,7 @@ INCLUDES= \
-I$(top_srcdir)/backend \
-I$(top_srcdir)/pdf/xpdf \
-DGNOMELOCALEDIR=\"$(datadir)/locale\" \
+ -DGNOMEICONDIR=\""$(datadir)/pixmaps"\" \
$(SHELL_CFLAGS) \
$(EVINCE_DISABLE_DEPRECATED) \
$(NULL)
@@ -30,6 +31,8 @@ evince_SOURCES= \
ev-sidebar-bookmarks.h \
ev-sidebar-thumbnails.c \
ev-sidebar-thumbnails.h \
+ ev-stock-icons.c \
+ ev-stock-icons.h \
main.c \
$(NULL)