This website requires JavaScript.
Explore
Help
Sign In
External
/
libvirt
Watch
1
Star
0
Fork
0
You've already forked libvirt
mirror of
https://gitlab.com/libvirt/libvirt.git
synced
2024-11-07 05:49:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
327d5fe072
libvirt
/
tests
/
confdata
/
Makefile.am
3 lines
89 B
Makefile
Raw
Normal View
History
Unescape
Escape
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.
2010-02-24 14:01:11 +00:00
EXTRA_DIST
=
\
$(
patsubst
$(
srcdir
)
/%,%,
$(
wildcard
$(
srcdir
)
/*.out
$(
srcdir
)
/*.conf
)
)
Reference in New Issue
Copy Permalink