aboutsummaryrefslogtreecommitdiffstats
path: root/evolution-shell.pc.in
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-02-06 01:23:09 +0800
committerDan Winship <danw@src.gnome.org>2003-02-06 01:23:09 +0800
commite703f44dbb440836a6973f65842e80aa6880d836 (patch)
treedde9e90bc11c1f6da395827f617fda57458ab96c /evolution-shell.pc.in
parentf6ac018d23ac51b8fb9d99cd6a26db4bc2e604fb (diff)
downloadgsoc2013-evolution-e703f44dbb440836a6973f65842e80aa6880d836.tar
gsoc2013-evolution-e703f44dbb440836a6973f65842e80aa6880d836.tar.gz
gsoc2013-evolution-e703f44dbb440836a6973f65842e80aa6880d836.tar.bz2
gsoc2013-evolution-e703f44dbb440836a6973f65842e80aa6880d836.tar.lz
gsoc2013-evolution-e703f44dbb440836a6973f65842e80aa6880d836.tar.xz
gsoc2013-evolution-e703f44dbb440836a6973f65842e80aa6880d836.tar.zst
gsoc2013-evolution-e703f44dbb440836a6973f65842e80aa6880d836.zip
define and AC_SUBST privlibexecdir.
* configure.in: define and AC_SUBST privlibexecdir. * evolution-shell.pc.in: Add privlibexecdir, componentdir, evolutionuidir, and iconsdir. svn path=/trunk/; revision=19758
Diffstat (limited to 'evolution-shell.pc.in')
-rw-r--r--evolution-shell.pc.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/evolution-shell.pc.in b/evolution-shell.pc.in
index c27f9f1819..72909b41bb 100644
--- a/evolution-shell.pc.in
+++ b/evolution-shell.pc.in
@@ -1,12 +1,17 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
+libexecdir=@libexecdir@
includedir=@includedir@
+privlibdir=@privlibdir@
+privlibexecdir=@privlibexecdir@
idldir=@idldir@
-IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@
+componentdir=@componentdir@
+evolutionuidir=@evolutionuidir@
+iconsdir=@iconsdir@
-privlibdir=@privlibdir@
+IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@
Name: evolution-shell
Description: libraries needed for Evolution shell components