]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
make: use DIST_SUBDIRS
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Fri, 30 Sep 2022 15:52:36 +0000 (09:52 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 30 Sep 2022 15:52:45 +0000 (09:52 -0600)
commit35600e127ee1b03df60d377d906a66625666a514
tree47483783ec64e5da24519fbfe2dc428f552cfd04
parent0fc4d286cdc12959d2c7ed3f451ce2756e7fd179
make: use DIST_SUBDIRS

As per automake manual[1], DIST_SUBDIRS should be used to recurse into
the subdirectories those we want to ship as part of make dist and use
SUBDIRS for conditionally building the directories. Adopt this rule
across the source.

[1] https://www.gnu.org/software/automake/manual/html_node/SUBDIRS-vs-DIST_005fSUBDIRS.html

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
(cherry picked from commit 48d49fbbe3eaf9c1ddd640f99cd8921752ab4e1d)
tests/Makefile.am