summaryrefslogtreecommitdiffstats
path: root/mono/Makefile.am
diff options
context:
space:
mode:
authorOwen Fraser-Green <owen@discobabe.net>2004-03-26 15:25:59 +0000
committerOwen Fraser-Green <owen@discobabe.net>2004-03-26 15:25:59 +0000
commit45277e93d8c8e18a04d1c28eb666337316726152 (patch)
tree46502f3644fad7cad6932e3d3267edf3a4a42eec /mono/Makefile.am
parent7dd57040236dc34a313948f75b403a49df693649 (diff)
Added signal support.
Diffstat (limited to 'mono/Makefile.am')
-rw-r--r--mono/Makefile.am2
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 \