diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-12-07 16:31:54 -0500 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-12-14 14:51:51 -0800 |
commit | c78c71c3a872665e426a0a4b82f17007bd8c12cd (patch) | |
tree | c237af491a09fad9fbb79da1fae415d647c1989a | |
parent | 2c70b650b342378898064cf27e2f95c4b2e53d24 (diff) |
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 <tiago.vignatti@nokia.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | 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 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 |