As suggested by the standard, documented heuristic in automake, files
created by ./configure should be removed by distclean, not clean:
https://www.gnu.org/software/automake/manual/automake.html#Clean
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
noinst_LIBRARIES =
CLEANFILES =
+DISTCLEANFILES =
BUILT_SOURCES =
#===============================================================================
# libs/parser/kconfig-parser.pc generated by AC_CONFIG_FILES in configure.ac
pkgconfigdir = $(libdir)/pkg-config
pkgconfig_DATA = libs/parser/kconfig-parser.pc
-CLEANFILES += libs/parser/kconfig-parser.pc
+DISTCLEANFILES += libs/parser/kconfig-parser.pc
EXTRA_DIST += libs/parser/kconfig-parser.pc.in
#--------------------------