Files
ModemManager/introspection/Makefile.am
2014-02-13 13:41:12 +01:00

10 lines
180 B
Makefile

SUBDIRS = . tests
# DBus Introspection files
XMLS = $(wildcard *.xml)
xmldir = $(datadir)/dbus-1/interfaces
xml_DATA = $(filter-out all.xml wip-*, $(XMLS))
EXTRA_DIST = $(XMLS)