Re: [gnet] --enable-glib2



To prove that I don't just bitch about stuff :), I needed this patch to
compile any program against gnet when using pkg-config.

iain

-- 
but tv says "surface irony" is funny...don't you watch saturday night
live, man?
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gnet/ChangeLog,v
retrieving revision 1.132
diff -U2 -r1.132 ChangeLog
--- ChangeLog	2001/12/23 22:37:42	1.132
+++ ChangeLog	2002/01/15 00:08:21
@@ -1,2 +1,6 @@
+Tue Jan 15 00:11:15 2002  Iain Holmes  <iain ximian com>
+
+	* gnet.pc.in: Include the path to the gnetconfig.h file.
+
 Sun Dec 22 20:36:57 2001  Ross Golder  <ross golder org>
 
Index: gnet.pc.in
===================================================================
RCS file: /cvs/gnome/gnet/gnet.pc.in,v
retrieving revision 1.2
diff -U2 -r1.2 gnet.pc.in
--- gnet.pc.in	2001/12/12 02:23:26	1.2
+++ gnet.pc.in	2002/01/15 00:08:21
@@ -8,3 +8,3 @@
 Version: @VERSION@
 Libs: -L${libdir} -lgnet @GLIB_LIBS@ @GTHREAD_LIBS@
-Cflags: -I${includedir}/gnet @GLIB_CFLAGS@ @GTHREAD_CFLAGS@
+Cflags: -I${includedir}/gnet -I${libdir}/gnet/include @GLIB_CFLAGS@ @GTHREAD_CFLAGS@


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