From c78c71c3a872665e426a0a4b82f17007bd8c12cd Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 7 Dec 2010 16:31:54 -0500 Subject: [PATCH] hw/dmx/doc: DIST_SUBDIRS not required when using AM_CONDITIONAL The makefile can be simplyfied as Automake handle this automatically. All directories in SUBDIRS are visited for dist purposes. www.gnu.org/software/automake/manual/automake.html#SUBDIRS-vs-DIST_005fSUBDIRS Reviewed-by: Tiago Vignatti Signed-off-by: Gaetan Nadon Signed-off-by: Keith Packard --- hw/dmx/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/dmx/Makefile.am b/hw/dmx/Makefile.am index 5c16dc330..3c8fa1365 100644 --- a/hw/dmx/Makefile.am +++ b/hw/dmx/Makefile.am @@ -1,4 +1,3 @@ -DIST_SUBDIRS = input config glxProxy examples doc SUBDIRS = input config examples bin_PROGRAMS = Xdmx