diff options
-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 |