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:28:53 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-05-12 09:28:53 (GMT)
commitbc8fd91eed538ddb9a3fdd3b7e05c9ac16a61c97 (patch)
treea34c839c38e6acc75bcaaa68a43ac188c84c958f /libview/Makefile.am
parente6834c6a4fb18288143851c6020ed1795e0992a8 (diff)
Move stock icons from libmisc to libview and make the API public
Diffstat (limited to 'libview/Makefile.am')
-rw-r--r--libview/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/libview/Makefile.am b/libview/Makefile.am
index edfacef..d59de19 100644
--- a/libview/Makefile.am
+++ b/libview/Makefile.am
@@ -12,6 +12,7 @@ INST_H_FILES = \
ev-jobs.h \
ev-job-scheduler.h \
ev-page-cache.h \
+ ev-stock-icons.h \
ev-view.h \
ev-view-type-builtins.h
@@ -23,6 +24,7 @@ libevview_la_SOURCES = \
ev-job-scheduler.c \
ev-page-cache.c \
ev-pixbuf-cache.c \
+ ev-stock-icons.c \
ev-timeline.c \
ev-transition-animation.c \
ev-view.c \
@@ -33,6 +35,7 @@ libevview_la_SOURCES = \
$(INST_H_FILES)
libevview_la_CPPFLAGS = \
+ -DDATADIR=\"$(pkgdatadir)\" \
-DG_LOG_DOMAIN=\"EvinceView\" \
-DGNOMELOCALEDIR=\"$(datadir)/locale\" \
-DEVINCE_COMPILATION \