summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-05-02 22:48:47 +0000
committerRuss Allbery <rra@stanford.edu>2007-05-02 22:48:47 +0000
commiteff9066ae3f888192ff1ff26f322b3412a419045 (patch)
tree6f84698646ef079c52980430e57a83035f887a36 /configure.ac
parent7a7fc37d7c9672748f7df6d6b77e9b2e24145be0 (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.ac2
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