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 <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
