From: Yann E. MORIN Date: Sat, 8 Apr 2017 21:55:29 +0000 (+0200) Subject: Makefile: include generated hconf.c in distribution X-Git-Tag: v4.11.0.0~9 X-Git-Url: https://git.sur5r.net/?p=kconfig-frontends;a=commitdiff_plain;h=84325c33cecc2deef8085d2d9438fa7cc2e0cabb Makefile: include generated hconf.c in distribution As for lex and yacc generated files, also distribute the gperf-generated file, as gperf is not always installed, and sometimes not the correct version. Reported-by: Freddie Chopin Signed-off-by: "Yann E. MORIN" --- diff --git a/Makefile.am b/Makefile.am index 3f2b843..020659b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -90,7 +90,7 @@ AM_V_GPERF_1 = BUILT_SOURCES += libs/parser/hconf.c libs/parser/lconf.c CLEANFILES += libs/parser/hconf.c libs/parser/lconf.c libs/parser/yconf.c -EXTRA_DIST += libs/parser/yconf.y.patch +EXTRA_DIST += libs/parser/hconf.c libs/parser/yconf.y.patch # libs/parser/kconfig-parser.pc generated by AC_CONFIG_FILES in configure.ac pkgconfigdir = $(libdir)/pkg-config