Add `make dist` to automated testing to insure that all files in `Makefile.am` are included in the repository. Ideally, we should try to build and run the tests using the result of make dist.
Add
make distto automated testing to insure that all files inMakefile.amare included in the repository.Ideally, we should try to build and run the tests using the result of make dist.