]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
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)
commitf3932c268e3fd599866560f4f037df1fab50d581
tree5779b1c02de1fa2fb9581a5ac64f379edf12c7c2
parentb37aafacc45486eec6a2891f0a865397d4994479
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 <kloczek@giithub.com>
Signed-off-by: Tomasz Kłoczko <kloczek@giithub.com>
src/Makefile.am