aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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 cd44da5f..00000000
--- 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