aboutsummaryrefslogtreecommitdiff
path: root/introspection/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'introspection/Makefile.am')
-rw-r--r--introspection/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/introspection/Makefile.am b/introspection/Makefile.am
index f29f8dc..cf91caf 100644
--- a/introspection/Makefile.am
+++ b/introspection/Makefile.am
@@ -1,6 +1,6 @@
# DBus Introspection files
XMLS = $(wildcard *.xml)
xmldir = $(datadir)/dbus-1/interfaces
-xml_DATA = $(filter-out all.xml, $(XMLS))
+xml_DATA = $(filter-out all.xml wip-*, $(XMLS))
EXTRA_DIST = $(XMLS)