Author: msuman
Date: Wed Jan 16 16:59:55 2008
New Revision: 8378
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8378&view=rev
Log:
Patch from Øystein Gisnås <[EMAIL PROTECTED]> ** Fix for bug #300098 (Set
proper dependencies for stand-alone programs linking against camel)
Modified:
trunk/camel/ChangeLog
trunk/camel/camel-provider.pc.in
trunk/camel/camel.pc.in
Modified: trunk/camel/camel-provider.pc.in
==============================================================================
--- trunk/camel/camel-provider.pc.in (original)
+++ trunk/camel/camel-provider.pc.in Wed Jan 16 16:59:55 2008
@@ -10,5 +10,6 @@
Name: camel-provider
Description: The Evolution mail access library
Version: @VERSION@
-Libs: -L${libdir} -lcamel-1.2 -lcamel-provider-1.2 -ledataserver-1.2
+Requires: [EMAIL PROTECTED]@
+Libs: -L${libdir} [EMAIL PROTECTED]@
Cflags: -I${privincludedir}
Modified: trunk/camel/camel.pc.in
==============================================================================
--- trunk/camel/camel.pc.in (original)
+++ trunk/camel/camel.pc.in Wed Jan 16 16:59:55 2008
@@ -9,5 +9,6 @@
Name: camel
Description: the Evolution MIME message handling library
Version: @VERSION@
-Libs: -L${libdir} -lcamel-1.2 -ledataserver-1.2
+Requires: glib-2.0, [EMAIL PROTECTED]@
+Libs: -L${libdir} [EMAIL PROTECTED]@
Cflags: -I${privincludedir}
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.