diff options
author | 2011-05-06 10:17:16 -0600 | |
---|---|---|
committer | 2011-05-06 11:09:32 -0600 | |
commit | e6972165279bf8557893ac55d8a6323c466fbc56 (patch) | |
tree | d16c704bce094f583941baf92e8f52080fc9d8dd /Makefile.am | |
parent | remote: check actual access to the cert (diff) | |
download | libvirt-e6972165279bf8557893ac55d8a6323c466fbc56.tar.gz libvirt-e6972165279bf8557893ac55d8a6323c466fbc56.tar.bz2 libvirt-e6972165279bf8557893ac55d8a6323c466fbc56.zip |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 0b4ae9d2f..ecc74356b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,9 +16,9 @@ XML_EXAMPLES = \ EXTRA_DIST = \ ChangeLog-old \ - libvirt.spec libvirt.spec.in \ + libvirt.spec.in \ mingw32-libvirt.spec.in \ - libvirt.pc libvirt.pc.in \ + libvirt.pc.in \ autobuild.sh \ Makefile.nonreentrant \ autogen.sh \ |