From a1d49b07aae4e58ff0f2740ee43bc0efccfb1136 Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Tue, 5 Feb 2013 09:57:05 +0100 Subject: [PATCH] autotools: DIST_SUBDIRS is automagic Signed-off-by: Quentin Glidic --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index a593d30..851ef59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,9 +26,6 @@ SUBDIRS=fontconfig fc-case fc-lang fc-glyphname src \ fc-validate conf.d test if ENABLE_DOCS SUBDIRS += doc -DIST_SUBDIRS = $(SUBDIRS) -else -DIST_SUBDIRS = $(SUBDIRS) doc endif ACLOCAL_AMFLAGS = -I m4 -- 1.8.1.2