From: Kamalesh Babulal Date: Fri, 30 Sep 2022 15:52:36 +0000 (-0600) Subject: make: use DIST_SUBDIRS X-Git-Tag: v2.0.3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35600e127ee1b03df60d377d906a66625666a514;p=thirdparty%2Flibcgroup.git 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 Signed-off-by: Tom Hromatka (cherry picked from commit 48d49fbbe3eaf9c1ddd640f99cd8921752ab4e1d) --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 7ce61d7b..c1e6a1b6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = ftests gunit tools +DIST_SUBDIRS = ftests gunit tools INCLUDES = -I$(top_srcdir)/include LDADD = $(top_builddir)/src/.libs/libcgroup.la