]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
make: use DIST_SUBDIRS
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Sat, 17 Sep 2022 14:05:06 +0000 (19:35 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 30 Sep 2022 15:48:28 +0000 (09:48 -0600)
commit7d25ff908e7323172a94f41b59ec5de18448ddd5
treef07cebd33307b498d1dc14be65d990ebb0323a7a
parentb3412202e7995e932f3091db9269902bbca8fe5a
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