evolution-data-server r8378 - trunk/camel



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  <oystein gisnas net> ** 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: camel- API_VERSION@
+Libs: -L${libdir} -lcamel-provider- API_VERSION@
 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, libedataserver- API_VERSION@
+Libs: -L${libdir} -lcamel- API_VERSION@
 Cflags: -I${privincludedir}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]