diff options
author | Russ Allbery <rra@stanford.edu> | 2007-05-02 22:48:47 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-05-02 22:48:47 +0000 |
commit | eff9066ae3f888192ff1ff26f322b3412a419045 (patch) | |
tree | 6f84698646ef079c52980430e57a83035f887a36 /configure.ac | |
parent | 7a7fc37d7c9672748f7df6d6b77e9b2e24145be0 (diff) |
Add the initial build infrastructure for the wallet Perl modules and
the superclass for Wallet::ACL. Add the Wallet::ACL::Krb5 ACL
verifier.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fd373b9..ae4e34a 100644 --- a/configure.ac +++ b/configure.ac @@ -60,6 +60,6 @@ AC_SEARCH_LIBS([res_search], [resolv], , [AC_SEARCH_LIBS([__res_search], [resolv])]) AC_CONFIG_HEADER([config.h]) -AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([Makefile perl/Makefile.PL]) AC_CONFIG_FILES([tests/client/basic-t], [chmod +x tests/client/basic-t]) AC_OUTPUT |