diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-06 01:23:09 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-06 01:23:09 +0800 |
commit | e703f44dbb440836a6973f65842e80aa6880d836 (patch) | |
tree | dde9e90bc11c1f6da395827f617fda57458ab96c /evolution-shell.pc.in | |
parent | f6ac018d23ac51b8fb9d99cd6a26db4bc2e604fb (diff) | |
download | gsoc2013-evolution-e703f44dbb440836a6973f65842e80aa6880d836.tar.gz 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.in | 9 |
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 |