From 967825f3d0d3a42a1b0687e556605d0b1e244419 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 24 Apr 2008 23:23:20 +0000 Subject: Create the correct directory name for Perl test utilities. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 222800a..7fe6063 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,7 +118,7 @@ all-local: perl/blib/lib/Wallet/Config.pm perl/blib/lib/Wallet/Config.pm: set -e; if [ x"$(builddir)" != x"$(srcdir)" ] ; then \ mkdir perl/Wallet perl/Wallet/ACL perl/Wallet/ACL/NetDB \ - perl/Wallet/Object perl/t perl/t/data perl/t/util \ + perl/Wallet/Object perl/t perl/t/data perl/t/lib \ 2>/dev/null || true ; \ for f in $(PERL_FILES) ; do \ cp "$(srcdir)/$$f" "$(builddir)/$$f" ; \ -- cgit v1.2.3