summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2011-02-01 21:06:23 -0600
committerDan Williams <dcbw@redhat.com>2011-02-01 21:06:23 -0600
commite208c5284672312c39adac70416b03b46a0b98ce (patch)
tree758c3680e1dce7ade8484ce576f8e30148a73262 /Makefile.am
parent00b6cce4df7d4acbf3e580a03c2f044e18589d2c (diff)
downloadModemManager-e208c5284672312c39adac70416b03b46a0b98ce.tar.gz
api: don't install all.xml
It's not really part of the API.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4132bc92c..309bda12e 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' \