diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-11-08 09:29:20 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-11-08 10:09:32 +0100 |
commit | 3bda0562b94aa56177f0e481cd29e4149f5a531d (patch) | |
tree | 72e8ef7e2fd1dea27d98b6dfad5f1c95adf87f12 /include | |
parent | 5df9ddac183d52d71ee5b0c079a32560aa07eb04 (diff) |
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.
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 = \ |