build: distcheck fails trying to remove a srcdir file
authorTravis Reitter <travis.reitter@collabora.co.uk>
Mon, 8 Jul 2013 23:23:30 +0000 (16:23 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Mon, 8 Jul 2013 23:28:48 +0000 (16:28 -0700)
commitdeefe3f9194aca19f1b4f98dc16a736ae7e79e0a
treef8300c129a7d15d6aced87da84881b03adf00d3f
parent61600fec79c2a437fb763257456a3e3b4c386388
build: distcheck fails trying to remove a srcdir file

When we referenced $(srcdir)/libfolks_telepathy_la_vala.stamp, we were
telling automake that it was OK to delete it from the srcdir, which is
considered bad form. By referring to it from the builddir, we don't
implicitly suggest it can be deleted (as it is as a part of its creation
process).

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=703830
NEWS
backends/telepathy/lib/Makefile.am