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.
This commit is contained in:
@@ -55,7 +55,7 @@ include/ModemManager.h: $(XMLS) introspection/all.xml header-generator.xsl
|
|||||||
$(edit) $< >$@
|
$(edit) $< >$@
|
||||||
|
|
||||||
xmldir = $(datadir)/dbus-1/interfaces
|
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 \
|
edit = @sed \
|
||||||
-e 's|@sbindir[@]|$(sbindir)|g' \
|
-e 's|@sbindir[@]|$(sbindir)|g' \
|
||||||
|
Reference in New Issue
Block a user