]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
Paralell build fix #7 8/head
authorKoji Builder <koji@dummy.lan>
Sat, 11 Jul 2020 15:22:48 +0000 (16:22 +0100)
committerKoji Builder <koji@dummy.lan>
Sat, 11 Jul 2020 15:39:45 +0000 (16:39 +0100)
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 <kloczek@giithub.com>
Signed-off-by: Tomasz Kłoczko <kloczek@giithub.com>
src/Makefile.am

index 9fc965ba5ed71523747ff021b5d8ae5729aa0b77..9de482231d787e86a14929adbb19cc8f69c7a85d 100644 (file)
@@ -1,5 +1,7 @@
 @CODE_COVERAGE_RULES@
 
+BUILT_SOURCES = parse.c parse.h
+
 if WITH_BINDINGS
 BINDINGS_SUBDIR = bindings
 endif