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:
Jim Meyering 2010-02-24 15:01:11 +01:00
parent 0a42b9e2c5
commit 327d5fe072

View File

@ -1,2 +1,2 @@
EXTRA_DIST = $(wildcard *.conf) $(wildcard *.out)
EXTRA_DIST = \
$(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/*.out $(srcdir)/*.conf))