]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: drop files generated by config.status from tarball
authorEric Blake <eblake@redhat.com>
Fri, 6 May 2011 16:17:16 +0000 (10:17 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 6 May 2011 17:09:32 +0000 (11:09 -0600)
commite6972165279bf8557893ac55d8a6323c466fbc56
treed16c704bce094f583941baf92e8f52080fc9d8dd
parentdb36449fd6b6f205df8d45b5fdfde022fc128f63
build: drop files generated by config.status from tarball

The rule of thumb is that any file generated by config.status
is a) reproducible by any user, b) dependent on configure options.
Therefore, it is inappropriate to include such generated files
in the tarball (for proof, Makefile is generated from Makefile.in;
the former is not in the tarball while the latter is).

* Makefile.am (EXTRA_DIST): Remove files covered by AC_OUTPUT.
Makefile.am