]> granicus.if.org Git - curl/commit
Makefile.am: fix 'make distcheck'
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 Feb 2015 22:11:44 +0000 (23:11 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 2 Feb 2015 22:11:44 +0000 (23:11 +0100)
commit6f494c5e3458c4458485e4aa281e5eba7cd90ddf
tree03030cd9e5cca97a031834090e5bceb4c15a5277
parent0a7182f6ad1e1a7d585d8b05c9939ae9f143fcad
Makefile.am: fix 'make distcheck'

... by removing generated files from the *_DIST variable [*] and instead
generate them with a .dist suffix, since that is then handled and put
into the release archive by our generic dist-hook.

[*] = 'make distcheck' fails with non-existing files listed there
Makefile.am