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)
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

index 347c511..a82d5e1 100644 (file)
@@ -15,6 +15,15 @@ if HAVE_VALADOC
 SUBDIRS += docs
 endif
 
+DIST_SUBDIRS = \
+       backends \
+       docs \
+       folks \
+       tests \
+       tools \
+       po \
+       $(NULL)
+
 DISTCHECK_CONFIGURE_FLAGS = \
        --enable-docs \
        --enable-tests \