Makefile.am: Be more careful about what gets distributed.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 31 May 2010 22:58:26 +0000 (23:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 31 May 2010 22:58:26 +0000 (23:58 +0100)
commit1822e5eeb1f3716f25d57e881ea8e6bd651fc9c9
tree61e37ad7e670d0b4378727180cbe874b0fefd012
parent1cbb05b5d2aa7c73bfa7db2a62a29df63525b237
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.
Makefile.am