From 156d45afa762abcfa7416e08e0f8706b0bbeddae Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 9 Apr 2017 09:49:46 +0200 Subject: [PATCH] Makefile: add missing patch to dist archive The patch against the .gperf source file was missing from the generated archive files, but is needed in case a user wants to update a local, non-git tree. Signed-off-by: "Yann E. MORIN" --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4106131..8b648a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -91,7 +91,10 @@ 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/hconf.c libs/parser/yconf.y.patch +EXTRA_DIST += \ + libs/parser/hconf.c \ + libs/parser/hconf.gperf.patch \ + libs/parser/yconf.y.patch # libs/parser/kconfig-parser.pc generated by AC_CONFIG_FILES in configure.ac pkgconfigdir = $(libdir)/pkg-config -- 2.39.2