mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 08:58:08 +02:00
Makefile.am: SUBDIRS is automagic
DIST_SUBDIRS should be used for corner cases only, not for conditional SUBDIRS: If `SUBDIRS' is defined conditionally using Automake conditionals, Automake will define `DIST_SUBDIRS' automatically from the possible values of `SUBDIRS' in all conditions. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
f14977f854
commit
056e8379a2
1 changed files with 0 additions and 3 deletions
|
|
@ -4,7 +4,4 @@ endif
|
|||
|
||||
SUBDIRS = shared src clients data protocol tests $(wcap_subdir) man
|
||||
|
||||
DIST_SUBDIRS = shared src clients data protocol tests wcap man
|
||||
|
||||
|
||||
DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue