[evolution-patches] missing Cflags in pkg-config file



Hi

Just found out (while using e-d-s libraries from an external project)
that e-d-s-1.0.pc.in is missing the Cflags section.

Since I'm not sure if it's on purpose or not, here's the patch before
committing.

cheers
? depcomp
? stamp-h1
? calendar/config.guess
? calendar/config.sub
? calendar/depcomp
? calendar/install-sh
? calendar/ltmain.sh
? calendar/missing
? calendar/mkinstalldirs
? calendar/ylwrap
? calendar/backends/groupwise/groupwise-config-listener.c
? calendar/backends/groupwise/groupwise-config-listener.h
? calendar/backends/groupwise/groupwise-config-listener.loT
? calendar/backends/groupwise/gw-enums.xsd
? calendar/backends/groupwise/gw-methods.xsd
? calendar/backends/groupwise/gw-types.xsd
? calendar/libecal/client-test.c
? calendar/libecal/e-cal-types.c
? calendar/libical/depcomp
? calendar/libical/install-sh
? calendar/libical/libical-0.24
? calendar/libical/libical-0.24.tar.gz
? calendar/libical/missing
? calendar/libical/mkinstalldirs
? calendar/libical/ylwrap
? libedataserver/e-cache.c
? libedataserver/e-cache.h
? src/GNOME_Evolution_DataServer_0.0.server
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/ChangeLog,v
retrieving revision 1.89
diff -u -p -r1.89 ChangeLog
--- ChangeLog	23 Jan 2004 10:58:45 -0000	1.89
+++ ChangeLog	24 Jan 2004 17:34:13 -0000
@@ -1,3 +1,7 @@
+2004-01-24  Rodrigo Moya <rodrigo ximian com>
+
+	* evolution-data-server-1.0.pc.in: added missing 'Cflags'.
+
 2004-01-22  Thomas Cataldo  <tcataldo users sourceforge net>
 
 	* libedataserver/e-xml-hash-utils.c: (e_xml_to_hash):
Index: evolution-data-server-1.0.pc.in
===================================================================
RCS file: /cvs/gnome/evolution-data-server/evolution-data-server-1.0.pc.in,v
retrieving revision 1.1
diff -u -p -r1.1 evolution-data-server-1.0.pc.in
--- evolution-data-server-1.0.pc.in	7 Nov 2003 03:05:27 -0000	1.1
+++ evolution-data-server-1.0.pc.in	24 Jan 2004 17:34:13 -0000
@@ -9,4 +9,5 @@ IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@
 Name: evolution-data-server
 Description: The evolution data server for the calendar and addressbook
 Version: @VERSION@
-Requires: libgnome-2.0 libbonobo-2.0
\ No newline at end of file
+Requires: libgnome-2.0 libbonobo-2.0
+Cflags: -I${includedir}/evolution-data-server-1.0


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