[PATCH xserver 1/2] hw/dmx/doc: DIST_SUBDIRS not required when using AM_CONDITIONAL

Gaetan Nadon memsize at videotron.ca
Sun Dec 5 11:52:38 PST 2010


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

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 hw/dmx/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/hw/dmx/Makefile.am b/hw/dmx/Makefile.am
index 0d06346..9854f65 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
-- 
1.6.0.4



More information about the xorg-devel mailing list