build: Add DIST_SUBDIRS in the top-level Makefile.am
authorPhilip Withnall <philip@tecnocode.co.uk>
Sat, 25 Aug 2012 10:42:47 +0000 (11:42 +0100)
committerPhilip Withnall <philip@tecnocode.co.uk>
Sat, 25 Aug 2012 10:46:50 +0000 (11:46 +0100)
commitabb5bff617161c4febc19b331859f4ac26bdeb62
tree680d96966c20f00e90bbf1907ef5aa9254d1b573
parent24b1cee91bdcc18053734993403f0d6f6af2186c
build: Add DIST_SUBDIRS in the top-level Makefile.am

Just in case DISTCHECK_CONFIGURE_FLAGS gets changed at some point to no
longer build all subdirectories, we should list them all in DIST_SUBDIRS
so they still get distributed. It would be a shame to release a folks
tarball with half of the source code missing.

See: https://bugzilla.gnome.org/show_bug.cgi?id=682346
Makefile.am