]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
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:46:38 +0000 (09:46 -0600)
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>
tests/Makefile.am

index b23ba5d8fabf53166d263df84b11ba6e449209ca..396d941adfa5cb1d11be2db4aaefcb1c468f17e5 100644 (file)
@@ -1 +1 @@
-SUBDIRS = ftests gunit
+DIST_SUBDIRS = ftests gunit