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 | |
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
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | evolution-plugin.pc.in | 2 | ||||
-rw-r--r-- | evolution-shell.pc.in | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +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. + 2005-04-28 Not Zed <NotZed@Ximian.com> * configure.in: add an --enable-profiling arg, build the profiling diff --git a/evolution-plugin.pc.in b/evolution-plugin.pc.in index 744f60103f..59aecc25c7 100644 --- a/evolution-plugin.pc.in +++ b/evolution-plugin.pc.in @@ -14,6 +14,6 @@ errordir=@privdatadir@/errors Name: evolution-plugin Description: libraries needed for Evolution plugin development Version: @VERSION@ -Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 >= @BONOBOUI_REQUIRED@ gal-2.4 >= @GAL_REQUIRED@ camel-provider-1.2 +Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 >= @BONOBOUI_REQUIRED@ gal-@GAL_PACKAGE@ >= @GAL_REQUIRED@ camel-provider-1.2 Libs: -L${privlibdir} -leutil Cflags: -I${privincludedir} 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} |