]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: don't distribute generated .def files
authorEric Blake <eblake@redhat.com>
Wed, 9 Jan 2013 22:07:30 +0000 (15:07 -0700)
committerEric Blake <eblake@redhat.com>
Thu, 10 Jan 2013 22:29:27 +0000 (15:29 -0700)
commitdaa886b635e4a4f46782c8ac6274de1623e12f67
treed102a73582a6829118aa97434ed85ce19529bc53
parent86007cba4c23b1b13e7e27af265a1bcdc4392483
maint: don't distribute generated .def files

I ran 'make dist' in the directory left over from ./autobuild.sh
(which was configured for a mingw cross build); the resulting
tarball had more files than 'make dist' on a normal Linux build.
I traced it to the fact that we were distributing a generated
file, but only when configure said the end user had to generate
the file in the first place.  In the process, I noticed that
we had some difference in symbol file names; I added a comment
explaining why the difference exists (after first trying to
normalize the names and hitting VPATH build failures).

* configure.ac (LIBVIRT_QEMU_SYMBOL_FILE): Add some comments.
* src/Makefile.am (EXTRA_DIST): No need to ship a generated file;
particularly since which file is built depends on configure results.
configure.ac
src/Makefile.am