Cleanup: DIST_SUBDIRS is redundant when using AM conditionals
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 22 Nov 2021 19:43:09 +0000 (14:43 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 14 Mar 2022 16:27:37 +0000 (12:27 -0400)
commit625edbf5ce4b31da345107c24a619651e9a7a4e5
tree22f1b4e8e5624caa996fc95aa472aee47fa38950
parentd1bc11c3e8bbd032c6638a2def5994703e7c9778
Cleanup: DIST_SUBDIRS is redundant when using AM conditionals

From automake's documentation[1] :

  If SUBDIRS is defined conditionally using Automake conditionals,
  Automake will define DIST_SUBDIRS automatically from the possible
  values of SUBDIRS in all conditions.

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

Change-Id: I8495f1f4452ccde4920ecd63bfd37de4eb10c281
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Makefile.am
src/bin/Makefile.am
src/lib/Makefile.am
tests/Makefile.am
This page took 0.025906 seconds and 4 git commands to generate.