More fixes to "make distcheck"v2.2.2
commitb5dbc3b7b4f71a38c927a83cfe598e05190929bd
authorAdam Spiers <stow@adamspiers.org>
Mon, 9 Nov 2015 12:37:09 +0000 (9 12:37 +0000)
committerAdam Spiers <stow@adamspiers.org>
Mon, 9 Nov 2015 12:38:39 +0000 (9 12:38 +0000)
tree110855af29eb07fcb76fbcd270cd1c4c994701c9
parentc482b0291dffa9cd5c43c5d8d840d9e5cb182c18
More fixes to "make distcheck"

As with dc6a141d, the dependency of distributed files on non-distributed
files was causing this error:

    ERROR: files left in build directory after distclean:

The automake FAQ explains why this happens:

    https://www.gnu.org/software/automake/manual/html_node/Errors-with-distclean.html

so change the dependency to Makefile.am which is distributed.
Makefile.am