[evolution-patches] came.pc package config file, doesn't work



This should setup the right include/lib paths to make it usable (e.g. to
write an external provider plugin)

 Z

Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/ChangeLog,v
retrieving revision 1.1205
diff -u -3 -r1.1205 ChangeLog
--- ChangeLog	22 May 2003 22:30:17 -0000	1.1205
+++ ChangeLog	27 May 2003 03:29:49 -0000
@@ -1,3 +1,8 @@
+2003-05-27  Not Zed  <NotZed Ximian com>
+
+	* camel.pc.in: make libs/cflags point to privlibdir/includedir,
+	otherwise this just doesn't work.
+
 == Version 1.3.92 ==
 
 2003-05-22  Ettore Perazzoli  <ettore ximian com>
Index: camel.pc.in
===================================================================
RCS file: /cvs/gnome/evolution/camel.pc.in,v
retrieving revision 1.2
diff -u -3 -r1.2 camel.pc.in
--- camel.pc.in	22 May 2003 20:11:16 -0000	1.2
+++ camel.pc.in	27 May 2003 03:29:49 -0000
@@ -4,10 +4,12 @@
 includedir= includedir@
 
 camel_providerdir= camel_providerdir@
+privlibdir= privlibdir@
+privincludedir= privincludedir@
 
 Name: camel
 Description: the Evolution mail library
 Version: @VERSION@
 Requires: gal-2.0 >= @GAL_REQUIRED@
-Libs: -L${libdir} -lcamel
-Cflags: -I${includedir}
+Libs: -L${privlibdir} -lcamel
+Cflags: -I${privincludedir}


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