From b962bee34245b175f6fd3b08b3f7a65771b1195d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 23 Aug 2005 20:20:19 +0000 Subject: [PATCH] Add test_hostname to check_PROGRAMS but not TESTS, I have no same dns to use. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15966 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/krb5/Makefile.am b/lib/krb5/Makefile.am index c08c80706..47990f6d0 100644 --- a/lib/krb5/Makefile.am +++ b/lib/krb5/Makefile.am @@ -32,7 +32,8 @@ TESTS = \ test_pkinit_dh2key \ test_time -check_PROGRAMS = $(TESTS) +check_PROGRAMS = $(TESTS) test_hostname + LDADD = libkrb5.la \ $(LIB_des) \