summaryrefslogtreecommitdiffstats
path: root/mono/Makefile.am
diff options
context:
space:
mode:
authorOwen Fraser-Green <owen@discobabe.net>2004-03-23 18:07:48 +0000
committerOwen Fraser-Green <owen@discobabe.net>2004-03-23 18:07:48 +0000
commit632d54e0dbf5e405258be7afffbaa48942c06cbc (patch)
tree0b3495f8a0753d427078a90e585dc53a2287200d /mono/Makefile.am
parent0a673a8cd751d9eae14f3f5d0eeebf749b07bf09 (diff)
Added InterfaceProxy to Mono bindings to avoid having to generate a proxy for every registered object. Also added object_path functions to dbus-message.
Diffstat (limited to 'mono/Makefile.am')
-rw-r--r--mono/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/mono/Makefile.am b/mono/Makefile.am
index 6483f4ed..b35a5c42 100644
--- a/mono/Makefile.am
+++ b/mono/Makefile.am
@@ -12,6 +12,7 @@ DBUS_SHARP_FILES= \
Error.cs \
Handler.cs \
InterfaceAttribute.cs \
+ InterfaceProxy.cs \
Introspector.cs \
Message.cs \
MethodAttribute.cs \