From 24c6ddc1a41e280c877233f98569d4e21d12f1ef Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Thu, 8 Sep 2005 18:54:42 +0000 Subject: 2005-09-08 Joe Shaw Patches from James Willcox * 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. --- mono/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mono/Makefile.am') diff --git a/mono/Makefile.am b/mono/Makefile.am index 02223f1a..239a3869 100644 --- a/mono/Makefile.am +++ b/mono/Makefile.am @@ -31,10 +31,12 @@ DBUS_SHARP_FILES= \ $(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 -- cgit