From 244b9e154bde055d9b7798111dbaadab5dee73ea Mon Sep 17 00:00:00 2001 From: Michael Sawyer Date: Fri, 19 May 2000 21:42:43 +0000 Subject: [PATCH] Add tests/system Makefile --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 2598a33d10..b89586f501 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS dnl SOFTWARE. -AC_REVISION($Revision: 1.137 $) +AC_REVISION($Revision: 1.138 $) AC_PREREQ(2.13) @@ -935,6 +935,7 @@ AC_OUTPUT( bin/tests/dst/Makefile bin/tests/mem/Makefile bin/tests/sockaddr/Makefile + bin/tests/system/Makefile bin/tests/headerdep_test.sh bin/dnssec/Makefile )