build-sys: Stop depending on current configure options for EXTRA_DIST
authorMartin Pitt <martin.pitt@ubuntu.com>
Thu, 28 May 2015 10:03:17 +0000 (12:03 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Fri, 29 May 2015 10:21:44 +0000 (12:21 +0200)
commite37f6d61349bf7a4e158abbad768867ba670828a
tree39cdf7e9894edf71137b7ec7d7101405a11ada16
parent6096d9ccc3f0b963010a47febce7e44c8632c23b
build-sys: Stop depending on current configure options for EXTRA_DIST

Consistently move EXTRA_DIST out of conditional blocks. This would have
produced incomplete dist tarballs when being run in a built tree with not
every feature enabled, which can cause broken dist tarballs.
Makefile.am