diff options
author | Russ Allbery <rra@stanford.edu> | 2008-04-24 23:23:20 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-04-24 23:23:20 +0000 |
commit | 967825f3d0d3a42a1b0687e556605d0b1e244419 (patch) | |
tree | c433c547089d3c220dbaa2693de4b820763ee41e /Makefile.am | |
parent | 735106667a911b472ed3c91f80964b6a3c3fd8d2 (diff) |
Create the correct directory name for Perl test utilities.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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" ; \ |