diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-07-16 11:24:59 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2014-07-16 13:35:02 -0700 |
commit | 9461eb5b08a58754202ac283d194a4412f1ab5c0 (patch) | |
tree | 2f7ecd4d00f1b0d9a267cb13b4c9c99649f8947e | |
parent | 9c623d86356967e0f6f094e2381a6e5e3c05f547 (diff) |
Add missing directories to PERL_DIRECTORIES
Change-Id: I5390ec1ea8ba90394454a75acb54f1f4a25f9c83
Reviewed-on: https://gerrit.stanford.edu/1564
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 8e65151..122c0cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,8 +77,9 @@ PERL_DIRECTORIES = perl perl/lib perl/lib/Wallet perl/lib/Wallet/ACL \ perl/lib/Wallet/ACL/NetDB perl/lib/Wallet/Kadmin \ perl/lib/Wallet/Object perl/lib/Wallet/Policy \ perl/lib/Wallet/Schema perl/lib/Wallet/Schema/Result perl/sql \ - perl/t perl/t/data perl/t/docs perl/t/general perl/t/lib \ - perl/t/object perl/t/policy perl/t/util perl/t/verifier + perl/t perl/t/data perl/t/data/duo perl/t/docs perl/t/general \ + perl/t/lib perl/t/object perl/t/policy perl/t/style perl/t/util \ + perl/t/verifier ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = .gitignore LICENSE autogen client/wallet.pod \ |