From eff9066ae3f888192ff1ff26f322b3412a419045 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 2 May 2007 22:48:47 +0000 Subject: Add the initial build infrastructure for the wallet Perl modules and the superclass for Wallet::ACL. Add the Wallet::ACL::Krb5 ACL verifier. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3