aboutsummaryrefslogtreecommitdiff
path: root/introspection/Makefile.am
blob: f29f8dc9bdf31a0b5b6733adfc7451369bb0025c (plain)
1
2
3
4
5
6
# DBus Introspection files
XMLS = $(wildcard *.xml)
xmldir = $(datadir)/dbus-1/interfaces
xml_DATA = $(filter-out all.xml, $(XMLS))

EXTRA_DIST = $(XMLS)