From 3bda0562b94aa56177f0e481cd29e4149f5a531d Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sun, 8 Nov 2020 09:29:20 +0100 Subject: build: don't remove ModemManager-names.h on 'clean' The ModemManager-names.h header file is generated on git builds, and shipped within the release tarball, so treat it as a maintainer managed file that should only be removed on 'maintainer-clean'. This allows us to avoid requiring xsltproc to build release tarballs. --- include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/Makefile.am b/include/Makefile.am index c0f3117c..cd44da5f 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -15,7 +15,7 @@ include_HEADERS = \ 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 = \ +MAINTAINERCLEANFILES = \ ModemManager-names.h EXTRA_DIST = \ -- cgit v1.2.3-70-g09d2