From: Mark Wooding Date: Mon, 31 May 2010 22:58:26 +0000 (+0100) Subject: Makefile.am: Be more careful about what gets distributed. X-Git-Tag: 1.3.6.1~2 X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/commitdiff_plain/1822e5eeb1f3716f25d57e881ea8e6bd651fc9c9?hp=1822e5eeb1f3716f25d57e881ea8e6bd651fc9c9 Makefile.am: Be more careful about what gets distributed. I've just noticed that I'm shipping all sorts of things which I should be generating at build time, such as configured versions of `confsubst'. Fix this idiocy by removing pkgdata_MUMBLE from EXTRA_DIST and adding things to dist_pkgdata_MUMBLE instead. This took a couple of iterations to get right but I think we're there now. ---