From: Quentin Glidic Date: Thu, 21 Feb 2013 18:13:20 +0000 (+0100) Subject: Makefile.am: SUBDIRS is automagic X-Git-Tag: 1.0.90~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=056e8379a2b4554bf36c5878ec5eeec873746d37;p=platform%2Fupstream%2Fweston.git 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 --- diff --git a/Makefile.am b/Makefile.am index 7b1b1bc..7db9444 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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