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


No differences found