aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--evolution-plugin.pc.in2
-rw-r--r--evolution-shell.pc.in2
3 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ab0a428a6..3565d022c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2005-12-06 Tor Lillqvist <tml@novell.com>
+2005-12-17 Tor Lillqvist <tml@novell.com>
* configure.in: Include libedataserver-$EDS_PACKAGE in the
requirement list for E_WIDGETS.
@@ -20,6 +20,9 @@
* shell/GNOME_Evolution_Test.server.in.in: Correspondingly, use
the @..._IN_SERVER_FILE@ strings.
+ * evolution-plugin.pc.in
+ * evolution-shell.pc.in: Use @privsolibdir@ to set privlibdir.
+
2005-12-13 Chenthill Palanisamy <pchenthill@novell.com>
* configure.in: added a new variable to include all
diff --git a/evolution-plugin.pc.in b/evolution-plugin.pc.in
index 4cf88fd8a9..de9484f231 100644
--- a/evolution-plugin.pc.in
+++ b/evolution-plugin.pc.in
@@ -5,7 +5,7 @@ libexecdir=@libexecdir@
includedir=@includedir@
datadir=@datadir@
-privlibdir=@privlibdir@
+privlibdir=@privsolibdir@
privlibexecdir=@privlibexecdir@
privincludedir=@privincludedir@
plugindir=@plugindir@
diff --git a/evolution-shell.pc.in b/evolution-shell.pc.in
index bf4d61baae..e605fd465a 100644
--- a/evolution-shell.pc.in
+++ b/evolution-shell.pc.in
@@ -5,7 +5,7 @@ libexecdir=@libexecdir@
includedir=@includedir@
datadir=@datadir@
-privlibdir=@privlibdir@
+privlibdir=@privsolibdir@
privlibexecdir=@privlibexecdir@
privincludedir=@privincludedir@
idldir=@idldir@