]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
make: use DIST_SUBDIRS
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Wed, 31 Aug 2022 20:25:48 +0000 (14:25 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 31 Aug 2022 20:25:52 +0000 (14:25 -0600)
commit4cbf4918382f60e1bee4ff4a1021d2abd4341e8a
treebc6606df55de03320419c52983732c93f0981808
parent995202c4f53fe6c7d5b90e95c58f77c7a4280d71
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>
Makefile.am
doc/Makefile.am
samples/Makefile.am
src/Makefile.am