From 96210d1c5530aa623f49e1ef19eb44c88f137581 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 9 Jan 2012 16:26:27 -0600 Subject: [PATCH] dbus: don't install introspection XML we don't really own MM implements the DBus properties interface and of course that requires some XML on our side for dbus-glib. But we shouldn't install that along with our ModemManager-specific XML. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d6c2bcba..04885222 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,7 +55,7 @@ include/ModemManager.h: $(XMLS) introspection/all.xml header-generator.xsl $(edit) $< >$@ xmldir = $(datadir)/dbus-1/interfaces -xml_DATA = $(filter-out introspection/all.xml, $(XMLS)) +xml_DATA = $(filter-out introspection/all.xml introspection/org.freedesktop.DBus.Properties.xml, $(XMLS)) edit = @sed \ -e 's|@sbindir[@]|$(sbindir)|g' \