Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add missing files to EXTRA_DIST
This was a subtle problem, since compiling and `make test` (after running `make dist`) appeared to work perfectly fine... except that it only included 5 tests, not the 9 in the real tarball. Since we distribute tarballs via our own release-tools/mktarball.sh, in some ways it doesn't matter if EXTRA_DIST is inaccurate. However, I can easily imagine that "reproducible build" checkers might see that scrypt uses autotools and do their own `make distcheck`. And ultimately, if we didn't want to support EXTRA_DIST, we shouldn't have added it in: 2015-08-26 automake EXTRA_DIST 25f9db7
- Loading branch information