From 1723574114a86488d668aed1930e8557f1dc299e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 11 Aug 2005 14:02:05 +0000 Subject: [PATCH] Add tests/Makefile and tests/db/Makefile. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15897 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index 48ace5ed8..28445c5f1 100644 --- a/configure.in +++ b/configure.in @@ -539,6 +539,8 @@ AC_CONFIG_FILES(Makefile \ appl/test/Makefile \ appl/kf/Makefile \ appl/dceutils/Makefile \ + tests/Makefile \ + tests/db/Makefile \ doc/Makefile \ tools/Makefile \ )