From d8e0f342c454da540242925c83a218d6c24be3dd Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 25 Jan 2009 19:37:16 +0000 Subject: 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 --- (limited to 'libdocument') 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) -- cgit v0.9.1