summaryrefslogtreecommitdiff
path: root/include/Makefile.am
blob: 9724bfd86e2fddf6146790c88e426cc1a6a042ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
XSLTPROC = xsltproc --xinclude --nonet

XMLS = $(wildcard $(top_srcdir)/introspection/*.xml)

includedir = @includedir@/mm

include_HEADERS = \
	ModemManager-names.h \
	ModemManager-enums.h \
	ModemManager-errors.h \
	ModemManager.h

ModemManager-names.h: $(XMLS) $(top_srcdir)/build-aux/header-generator.xsl
	$(AM_V_GEN) $(XSLTPROC) $(top_srcdir)/build-aux/header-generator.xsl $(top_srcdir)/introspection/all.xml > $@

CLEANFILES = \
	ModemManager-names.h