api: don't install all.xml

It's not really part of the API.
This commit is contained in:
Dan Williams
2011-02-01 21:06:23 -06:00
parent 00b6cce4df
commit e208c52846

View File

@@ -55,7 +55,7 @@ include/mm-modem.h: $(XMLS) introspection/all.xml header-generator.xsl
$(edit) $< >$@
xmldir = $(datadir)/dbus-1/interfaces
xml_DATA = $(XMLS)
xml_DATA = $(filter-out introspection/all.xml, $(XMLS))
edit = @sed \
-e 's|@sbindir[@]|$(sbindir)|g' \