aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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 4132bc9..309bda1 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' \