]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Expand $(wildcard) correctly
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 12 Jan 2016 15:22:24 +0000 (16:22 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 12 Jan 2016 16:16:33 +0000 (17:16 +0100)
commit8c67ab6684e984bcf7f4de3e6eee9d19b219a369
treec9964a1cc339a74e6c759d13f9e48a83a7026aab
parent981c01d419782af2e38f71f42a21091aeb0754b7
Expand $(wildcard) correctly

So after da176bf6b756 and friend we have switched to $(wildcard
some/path/*.xml) instead of enumerating the files explicitly.
This is nice, however it makes distcheck build from VPATH fail.
The reason is that it's is not obvious to what does the wildcard
refer to: srcdir or builddir?

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
docs/Makefile.am
examples/Makefile.am
include/Makefile.am