From 414f86f7ec876abde9df93861a5ec2ea901700c7 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 24 Jan 2008 02:09:25 +0000 Subject: Add a wallet-admin program which can initialize and destroy the database and list all objects and ACLs in the database. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cef61eb..61574b8 100644 --- a/configure.ac +++ b/configure.ac @@ -62,6 +62,7 @@ AC_DEFINE([_GNU_SOURCE], [1], [Define to 1 on Linux to get full prototypes.]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_FILES([Makefile perl/Makefile.PL]) AC_CONFIG_FILES([tests/client/basic-t], [chmod +x tests/client/basic-t]) +AC_CONFIG_FILES([tests/server/admin-t], [chmod +x tests/server/admin-t]) AC_CONFIG_FILES([tests/server/backend-t], [chmod +x tests/server/backend-t]) AC_CONFIG_FILES([tests/server/keytab-t], [chmod +x tests/server/keytab-t]) AC_CONFIG_FILES([tests/util/xmalloc-t], [chmod +x tests/util/xmalloc-t]) -- cgit v1.2.3