diff options
author | Owen Fraser-Green <owen@discobabe.net> | 2004-03-26 15:25:59 +0000 |
---|---|---|
committer | Owen Fraser-Green <owen@discobabe.net> | 2004-03-26 15:25:59 +0000 |
commit | 45277e93d8c8e18a04d1c28eb666337316726152 (patch) | |
tree | 46502f3644fad7cad6932e3d3267edf3a4a42eec /mono/Makefile.am | |
parent | 7dd57040236dc34a313948f75b403a49df693649 (diff) |
Added signal support.
Diffstat (limited to 'mono/Makefile.am')
-rw-r--r-- | mono/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |