Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
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 /backend
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 'backend')
-rw-r--r--backend/comics/Makefile.am2
-rw-r--r--backend/djvu/Makefile.am2
-rw-r--r--backend/dvi/Makefile.am2
-rw-r--r--backend/impress/Makefile.am2
-rw-r--r--backend/pdf/Makefile.am2
-rw-r--r--backend/pixbuf/Makefile.am2
-rw-r--r--backend/ps/Makefile.am2
-rw-r--r--backend/tiff/Makefile.am2
8 files changed, 0 insertions, 16 deletions
diff --git a/backend/comics/Makefile.am b/backend/comics/Makefile.am
index 36a65ae..34f1ad6 100644
--- a/backend/comics/Makefile.am
+++ b/backend/comics/Makefile.am
@@ -1,5 +1,3 @@
-backenddir = $(libdir)/evince/backends
-
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/libdocument \
diff --git a/backend/djvu/Makefile.am b/backend/djvu/Makefile.am
index 1b94646..9b460f4 100644
--- a/backend/djvu/Makefile.am
+++ b/backend/djvu/Makefile.am
@@ -1,5 +1,3 @@
-backenddir = $(libdir)/evince/backends
-
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/libdocument \
diff --git a/backend/dvi/Makefile.am b/backend/dvi/Makefile.am
index 72afd6a..5a9d4df 100644
--- a/backend/dvi/Makefile.am
+++ b/backend/dvi/Makefile.am
@@ -1,7 +1,5 @@
SUBDIRS = mdvi-lib
-backenddir = $(libdir)/evince/backends
-
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/libdocument \
diff --git a/backend/impress/Makefile.am b/backend/impress/Makefile.am
index b7deeb7..d6213f7 100644
--- a/backend/impress/Makefile.am
+++ b/backend/impress/Makefile.am
@@ -1,5 +1,3 @@
-backenddir = $(libdir)/evince/backends
-
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/libdocument \
diff --git a/backend/pdf/Makefile.am b/backend/pdf/Makefile.am
index 10272c8..34103e6 100644
--- a/backend/pdf/Makefile.am
+++ b/backend/pdf/Makefile.am
@@ -1,5 +1,3 @@
-backenddir = $(libdir)/evince/backends
-
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/libdocument \
diff --git a/backend/pixbuf/Makefile.am b/backend/pixbuf/Makefile.am
index decc8da..016ea8e 100644
--- a/backend/pixbuf/Makefile.am
+++ b/backend/pixbuf/Makefile.am
@@ -1,5 +1,3 @@
-backenddir = $(libdir)/evince/backends
-
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/libdocument \
diff --git a/backend/ps/Makefile.am b/backend/ps/Makefile.am
index 0bc6990..b6c21f6 100644
--- a/backend/ps/Makefile.am
+++ b/backend/ps/Makefile.am
@@ -1,5 +1,3 @@
-backenddir = $(libdir)/evince/backends
-
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/libdocument \
diff --git a/backend/tiff/Makefile.am b/backend/tiff/Makefile.am
index 79ec11e..0858b6c 100644
--- a/backend/tiff/Makefile.am
+++ b/backend/tiff/Makefile.am
@@ -1,5 +1,3 @@
-backenddir = $(libdir)/evince/backends
-
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/libdocument \