summaryrefslogtreecommitdiff
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2012-07-20 16:26:42 +0200
committerTomas Bzatek <tbzatek@redhat.com>2012-07-31 11:59:37 +0200
commit6f16f975afa7da91291bd6a0ab30d16823951dde (patch)
tree17cd915b7a61561fc271e2eb36ec597c558f2081 /common/Makefile.am
parent8702019ec946d3ade84efa4f7e42e39f73f7bf6a (diff)
gdbus: Move annotations to the interface XML file
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 93e215fc..a98e883a 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -16,12 +16,6 @@ $(dbus_built_sources) : Makefile.am dbus-interfaces.xml
--interface-prefix org.gtk.vfs. \
--c-namespace GVfsDBus \
--generate-c-code gvfsdbus \
- --annotate "org.gtk.vfs.Mount.OpenForRead()" \
- org.gtk.GDBus.C.UnixFD true \
- --annotate "org.gtk.vfs.Mount.OpenForWrite()" \
- org.gtk.GDBus.C.UnixFD true \
- --annotate "org.gtk.vfs.Mount.OpenIconForRead()" \
- org.gtk.GDBus.C.UnixFD true \
$(srcdir)/dbus-interfaces.xml \
$(NULL)