From 45277e93d8c8e18a04d1c28eb666337316726152 Mon Sep 17 00:00:00 2001 From: Owen Fraser-Green Date: Fri, 26 Mar 2004 15:25:59 +0000 Subject: Added signal 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 b35a5c42..6efd771a 100644 --- a/mono/Makefile.am +++ b/mono/Makefile.am @@ -10,6 +10,7 @@ DBUS_SHARP_FILES= \ Custom.cs \ DBusException.cs \ Error.cs \ + ErrorMessage.cs \ Handler.cs \ InterfaceAttribute.cs \ InterfaceProxy.cs \ @@ -22,6 +23,7 @@ DBUS_SHARP_FILES= \ Server.cs \ Service.cs \ Signal.cs \ + SignalAttribute.cs \ DBusType/IDBusType.cs \ DBusType/Array.cs \ DBusType/Boolean.cs \ -- cgit