]> xenbits.xensource.com Git - libvirt.git/commitdiff
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)
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

index 0b4ae9d2fac366ba96bde8574ed1aef3cbf61cd2..ecc74356b027d83bdfc71dbe9800a12e1333dd23 100644 (file)
@@ -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 \