]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build-aux: ensure all scripts are included in EXTRA_DIST
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 3 Apr 2019 10:53:00 +0000 (11:53 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 11 Apr 2019 14:20:17 +0000 (15:20 +0100)
commitd5cbf85f1a972b05f624ba2caef09fb3139fb5f9
tree18d440f9503e4d0a89dec6e401c9971a2f341f00
parent6d82b979d05ec8970ddd5813f598f408b35f0dba
build-aux: ensure all scripts are included in EXTRA_DIST

Few of the scripts in build-aux are included in EXTRA_DIST. This is not
a serious problem since they are primarily tools intended for developers
upstream, and downstream builds won't need them. Having them missing,
however, complicates downstream patching because it means patches that
are auto-exported from git will fail to apply if they include a change
to a file in build-aux/.  By bundling all these scripts in the dist we
make patching more straightforward.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Makefile.am
src/Makefile.am