diff options
author | Jules Colding <jcolding@src.gnome.org> | 2006-11-02 16:54:52 +0800 |
---|---|---|
committer | Jules Colding <jcolding@src.gnome.org> | 2006-11-02 16:54:52 +0800 |
commit | 26b7b0e40aa2e422f8de9f4143de8d4507e7eb43 (patch) | |
tree | 73cec12d391eeebe7d314373dd2a1253e378591d | |
parent | cac7fd0a7b55a1e5ec53764e4df4108d52a3107f (diff) | |
download | gsoc2013-evolution-26b7b0e40aa2e422f8de9f4143de8d4507e7eb43.tar gsoc2013-evolution-26b7b0e40aa2e422f8de9f4143de8d4507e7eb43.tar.gz gsoc2013-evolution-26b7b0e40aa2e422f8de9f4143de8d4507e7eb43.tar.bz2 gsoc2013-evolution-26b7b0e40aa2e422f8de9f4143de8d4507e7eb43.tar.lz gsoc2013-evolution-26b7b0e40aa2e422f8de9f4143de8d4507e7eb43.tar.xz gsoc2013-evolution-26b7b0e40aa2e422f8de9f4143de8d4507e7eb43.tar.zst gsoc2013-evolution-26b7b0e40aa2e422f8de9f4143de8d4507e7eb43.zip |
Added execversion to evolution-shell.pc.in
svn path=/trunk/; revision=32945
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | evolution-shell.pc.in | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-11-02 Jules Colding <colding@omesc.com> + + * evolution-shell.pc.in (execversion): Added variable so that + the Evolution version is easily deduced programmatically. + 2006-10-16 Harish Krishnaswamy <kharish@novell.com> * configure.in: Evolution 2.9.1 release diff --git a/evolution-shell.pc.in b/evolution-shell.pc.in index 2b3bbc58d5..fb72dfebab 100644 --- a/evolution-shell.pc.in +++ b/evolution-shell.pc.in @@ -14,6 +14,8 @@ componentdir=@componentdir@ evolutionuidir=@evolutionuidir@ imagesdir=@imagesdir@ +execversion=@BASE_VERSION@ + IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@ Name: evolution-shell |