summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2013-02-21 19:13:20 +0100
committerKristian Høgsberg <krh@bitplanet.net>2013-02-22 08:41:08 -0500
commit056e8379a2b4554bf36c5878ec5eeec873746d37 (patch)
tree67c81aa3cae38bb4d4625b32241fc3f1aa228888 /Makefile.am
parentf14977f854bbafe64fc3366dc9027955c1c7c452 (diff)
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
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