blob: d09c55c63227b4d110e6d800bf8272d0276bf5a1 (
plain)
1
2
3
4
5
6
7
8
9
|
SUBDIRS = . tests
# DBus Introspection files
XMLS = $(wildcard *.xml)
xmldir = $(datadir)/dbus-1/interfaces
xml_DATA = $(filter-out all.xml wip-*, $(XMLS))
EXTRA_DIST = $(XMLS)
|