Skip to content

Commit

Permalink
hw/dmx/doc: DIST_SUBDIRS not required when using AM_CONDITIONAL
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Gaetan Nadon <[email protected]>
Signed-off-by: Keith Packard <[email protected]>
  • Loading branch information
memsize authored and keith-packard committed Dec 14, 2010
1 parent 2c70b65 commit c78c71c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hw/dmx/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
DIST_SUBDIRS = input config glxProxy examples doc

SUBDIRS = input config examples
bin_PROGRAMS = Xdmx
Expand Down

0 comments on commit c78c71c

Please sign in to comment.