diff options
author | Amish <lists@munshi.biz> | 2005-05-04 19:14:54 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-05-04 19:14:54 +0800 |
commit | 93e4b724964ca3258f87663679e703aed42f8758 (patch) | |
tree | d3e1b1bdd5a2c106d905339cb7b41fda700ea7b2 /evolution-shell.pc.in | |
parent | 3509757d148d80a78a942b1e3938bead90b5d506 (diff) | |
download | gsoc2013-evolution-93e4b724964ca3258f87663679e703aed42f8758.tar.gz gsoc2013-evolution-93e4b724964ca3258f87663679e703aed42f8758.tar.zst gsoc2013-evolution-93e4b724964ca3258f87663679e703aed42f8758.zip |
use @GAL_PACKAGE@ instead of hardcoding the version. Fixes
2005-05-04 Amish <lists@munshi.biz>
* evolution-plugin.pc.in, evolution-shell.pc.in : use
@GAL_PACKAGE@ instead of hardcoding the version. Fixes
evolution-exchange build issues.
svn path=/trunk/; revision=29267
Diffstat (limited to 'evolution-shell.pc.in')
-rw-r--r-- | evolution-shell.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evolution-shell.pc.in b/evolution-shell.pc.in index 16f1c3ac1a..5d47d32782 100644 --- a/evolution-shell.pc.in +++ b/evolution-shell.pc.in @@ -18,6 +18,6 @@ IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@ Name: evolution-shell Description: libraries needed for Evolution shell components Version: @VERSION@ -Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 >= @BONOBOUI_REQUIRED@ gal-2.4 >= @GAL_REQUIRED@ +Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 >= @BONOBOUI_REQUIRED@ gal-@GAL_PACKAGE@ >= @GAL_REQUIRED@ Libs: -L${privlibdir} -leshell Cflags: -I${privincludedir} |