From 632d54e0dbf5e405258be7afffbaa48942c06cbc Mon Sep 17 00:00:00 2001 From: Owen Fraser-Green Date: Tue, 23 Mar 2004 18:07:48 +0000 Subject: Added InterfaceProxy to Mono bindings to avoid having to generate a proxy for every registered object. Also added object_path functions to dbus-message. --- mono/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'mono/Makefile.am') 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 \ -- cgit