aboutsummaryrefslogtreecommitdiff
path: root/introspection/Makefile.am
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-02-05 08:38:36 +0100
committerGuido Günther <agx@sigxcpu.org>2014-02-05 08:38:36 +0100
commitafc4b839a31c530d73b91aa2483795f185eb7e52 (patch)
tree68655a93926a9981b4d49b66106646efbb2d7c17 /introspection/Makefile.am
parent13ed135b9ae78c692dc359976eb8b54d0a3629b8 (diff)
Imported Upstream version 1.0.0upstream/1.0.0
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)