Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2009-01-25 19:37:16 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-01-25 19:37:16 (GMT)
commitd8e0f342c454da540242925c83a218d6c24be3dd (patch)
treeb845c5941fe20276582699e04ef92574867aabfd /libdocument
parent4912987303aefef0d02a45726b75e5fdae043982 (diff)
Bug 569082 – use versioned directory for backends
* configure.ac: Define ev_binary_version and backenddir. * evince-document.pc.in: Add backenddir variable. * libdocument/Makefile.am: * backend/*/Makefile.am: Remove backenddir definition, so it picks up the one from configure. svn path=/trunk/; revision=3382
Diffstat (limited to 'libdocument')
-rw-r--r--libdocument/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am
index 0580c62..94b049f 100644
--- a/libdocument/Makefile.am
+++ b/libdocument/Makefile.am
@@ -77,7 +77,7 @@ libevdocument_la_CPPFLAGS = \
-DG_LOG_DOMAIN=\"EvDocument\" \
-DEVINCE_UIDIR=\"$(pkgdatadir)\" \
-DGNOMELOCALEDIR=\"$(datadir)/locale\" \
- -DEV_BACKENDSDIR=\"$(libdir)/evince/backends\" \
+ -DEV_BACKENDSDIR=\"$(backenddir)\" \
-DEVINCE_COMPILATION \
$(AM_CPPFLAGS)