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
This commit is contained in:
committed by
Harish Krishnaswamy
parent
3509757d14
commit
93e4b72496
@ -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
|
||||
|
||||
@ -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}
|
||||
|
||||
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user