From: Koji Builder Date: Sat, 11 Jul 2020 15:22:48 +0000 (+0100) Subject: Paralell build fix #7 X-Git-Tag: v2.0.rc1~24^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3932c268e3fd599866560f4f037df1fab50d581;p=thirdparty%2Flibcgroup.git Paralell build fix #7 All source soce files which first needs to be generated needs to be listed in BUILT_SOURCES. This patch adds to that automake variable parse.c and parse.h because they are listed below in libcgroup_la_SOURCES. Documentetion of the BUILT_SOURCES is on: https://www.gnu.org/software/automake/manual/html_node/Sources.html Reported-by: Tomasz Kłoczko Signed-off-by: Tomasz Kłoczko --- diff --git a/src/Makefile.am b/src/Makefile.am index 9fc965ba..9de48223 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,7 @@ @CODE_COVERAGE_RULES@ +BUILT_SOURCES = parse.c parse.h + if WITH_BINDINGS BINDINGS_SUBDIR = bindings endif