mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
build: avoid non-srcdir "make distcheck" failure (test_conf.sh)
* tests/confdata/Makefile.am (EXTRA_DIST): Apply $(wildcard... to $(srcdir)/..., and then remove the prefix.
This commit is contained in:
parent
0a42b9e2c5
commit
327d5fe072
@ -1,2 +1,2 @@
|
||||
|
||||
EXTRA_DIST = $(wildcard *.conf) $(wildcard *.out)
|
||||
EXTRA_DIST = \
|
||||
$(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/*.out $(srcdir)/*.conf))
|
||||
|
Loading…
Reference in New Issue
Block a user