From e208c5284672312c39adac70416b03b46a0b98ce Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 1 Feb 2011 21:06:23 -0600 Subject: [PATCH] api: don't install all.xml It's not really part of the API. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4132bc92..309bda12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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' \