dbus/mono Makefile.am,1.17,1.18
Joe Shaw
joe at freedesktop.org
Thu Sep 8 11:54:44 PDT 2005
Update of /cvs/dbus/dbus/mono
In directory gabe:/tmp/cvs-serv17360/mono
Modified Files:
Makefile.am
Log Message:
2005-09-08 Joe Shaw <joeshaw at novell.com>
Patches from James Willcox <snorp at snorp.net>
* mono/Makefile.am: Add Int16.cs and UInt16.cs
* mono/DBusType/Array.cs: Handle multidimensional arrays, and
support array "out" parameters.
* mono/DBusType/Int16.cs, mono/DBusType/UInt16.cs: New files,
for 16-bit int support.
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/mono/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile.am 25 Jan 2005 19:47:13 -0000 1.17
+++ Makefile.am 8 Sep 2005 18:54:42 -0000 1.18
@@ -31,10 +31,12 @@
$(srcdir)/DBusType/Boolean.cs \
$(srcdir)/DBusType/Byte.cs \
$(srcdir)/DBusType/Double.cs \
+ $(srcdir)/DBusType/Int16.cs \
$(srcdir)/DBusType/Int32.cs \
$(srcdir)/DBusType/Int64.cs \
$(srcdir)/DBusType/ObjectPath.cs \
$(srcdir)/DBusType/String.cs \
+ $(srcdir)/DBusType/UInt16.cs \
$(srcdir)/DBusType/UInt32.cs \
$(srcdir)/DBusType/UInt64.cs
More information about the dbus-commit
mailing list