api: don't install all.xml
It's not really part of the API.
This commit is contained in:
@@ -55,7 +55,7 @@ include/mm-modem.h: $(XMLS) introspection/all.xml header-generator.xsl
|
|||||||
$(edit) $< >$@
|
$(edit) $< >$@
|
||||||
|
|
||||||
xmldir = $(datadir)/dbus-1/interfaces
|
xmldir = $(datadir)/dbus-1/interfaces
|
||||||
xml_DATA = $(XMLS)
|
xml_DATA = $(filter-out introspection/all.xml, $(XMLS))
|
||||||
|
|
||||||
edit = @sed \
|
edit = @sed \
|
||||||
-e 's|@sbindir[@]|$(sbindir)|g' \
|
-e 's|@sbindir[@]|$(sbindir)|g' \
|
||||||
|
Reference in New Issue
Block a user