]> git.sur5r.net Git - kconfig-frontends/commitdiff
Makefile: add missing patch to dist archive
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 9 Apr 2017 07:49:46 +0000 (09:49 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 9 Apr 2017 07:49:46 +0000 (09:49 +0200)
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" <yann.morin.1998@free.fr>
Makefile.am

index 4106131eb07293ac48b8b5f4c9bc579797d820b7..8b648a16febb0d6769c52d501d2774d7691a62f7 100644 (file)
@@ -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