[Gtk-sharp-list] [Patch] api/Makefile.in

Charles Iliya Krempeaux charles@reptile.ca
22 Feb 2003 01:16:30 -0800


--=-oNjR6a4uyW/WDOLvVys/
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hello,

Here is yet another patch to add librsvg support to Gtk#.

This one is for "api/Makefile.in".


See ya

-- 
     Charles Iliya Krempeaux, BSc
     charles@reptile.ca

________________________________________________________________________
 Reptile Consulting & Services    604-REPTILE    http://www.reptile.ca/

--=-oNjR6a4uyW/WDOLvVys/
Content-Disposition: attachment; filename=Makefile.in.diff
Content-Transfer-Encoding: quoted-printable
Content-Type: text/x-patch; name=Makefile.in.diff; charset=ISO-8859-1

Index: Makefile.in
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /mono/gtk-sharp/api/Makefile.in,v
retrieving revision 1.7
diff -u -r1.7 Makefile.in
--- Makefile.in	9 Jan 2003 22:54:36 -0000	1.7
+++ Makefile.in	22 Feb 2003 09:08:58 -0000
@@ -10,7 +10,8 @@
 	gnome-api.xml \
 	gda-api.xml \
 	gst-api.xml \
-	gnomedb-api.xml
+	gnomedb-api.xml \
+	rsvg-api.xml
=20
 RUNTIME=3Dmono=20
=20

--=-oNjR6a4uyW/WDOLvVys/--