]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: simplify sanlock distribution
authorEric Blake <eblake@redhat.com>
Wed, 29 Jun 2011 15:24:12 +0000 (09:24 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 30 Jun 2011 23:26:15 +0000 (17:26 -0600)
commitbf8fba1e7526df2dda8d280c26095d69c93f8d4e
treebbd8e90f1d5afa7cf70eab87ae4cc8a77a2eb20a
parentaddaa5374c80c08c1f5483c381f71962c677ad53
build: simplify sanlock distribution

EXTRA_DIST files should unconditionally be part of the tarball,
rather than depending on the presence of sanlock-devel.

Meanwhile, parallel builds could fail if we don't use mkdir -p.

* src/Makefile.am (EXTRA_DIST): Always ship sanlock .aug and
template .conf files.
(%-sanlock.conf): Use MKDIR_P.
src/Makefile.am