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