Files
ModemManager/introspection/Makefile.am
2012-03-16 14:53:17 +01:00

7 lines
154 B
Makefile

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