From a2d1e0667c7ab299d640ecb352f1da332b22ecb6 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 9 Feb 2012 14:12:13 +0900 Subject: [PATCH] Recurse into non-build subdirectories only when needed. No point in sending make into directories where it will never do anything under normal circumstances. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 882f8ca28..f5078807b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,8 +3,8 @@ AUTOMAKE_OPTIONS= foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS=RPM debian desktop doc include libs hw nq qtv qw tools ruamoko \ - pkg-config vc2005 vc2008 +SUBDIRS=desktop pkg-config include libs hw nq qtv qw tools ruamoko +DIST_SUBDIRS=$(SUBDIRS) RPM debian doc vc2005 vc2008 ## configure.ac needs to be listed here for older autoconfs EXTRA_DIST= ChangeLog configure.ac bootstrap \