summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2022-10-27 20:41:55 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2022-11-07 14:26:02 +0000
commitf419f56628fdcbf4bd5865d0d61147066ba27b17 (patch)
treef3ba5713b67ca5abc444ebb51140cd5b0ad79f03 /include
parent3c430ce292e2aee7bffb917ba009c9b39646b964 (diff)
downloadModemManager-f419f56628fdcbf4bd5865d0d61147066ba27b17.tar.gz
build: drop autotools
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
deleted file mode 100644
index cd44da5fe..000000000
--- a/include/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-XSLTPROC = xsltproc --xinclude --nonet
-
-XMLS = $(wildcard $(top_srcdir)/introspection/*.xml)
-
-includedir = @includedir@/ModemManager
-
-include_HEADERS = \
- ModemManager-names.h \
- ModemManager-enums.h \
- ModemManager-errors.h \
- ModemManager-compat.h \
- ModemManager-version.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 > $@
-
-MAINTAINERCLEANFILES = \
- ModemManager-names.h
-
-EXTRA_DIST = \
- ModemManager-tags.h \
- ModemManager-version.h.in