From 84325c33cecc2deef8085d2d9438fa7cc2e0cabb Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sat, 8 Apr 2017 23:55:29 +0200 Subject: [PATCH] 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" --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5