From 80ab91ac045951eebb0984353ad7f565a08ea840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 22 Jul 2007 11:25:19 +0000 Subject: [PATCH] Add test_renew to noinst_PROGRAMS. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21665 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/krb5/Makefile.am b/lib/krb5/Makefile.am index 00a33e6dc..8b0bab1de 100644 --- a/lib/krb5/Makefile.am +++ b/lib/krb5/Makefile.am @@ -7,11 +7,12 @@ AM_CPPFLAGS += $(INCLUDE_krb4) $(INCLUDE_hcrypto) -I../com_err -I$(srcdir)/../co bin_PROGRAMS = verify_krb5_conf noinst_PROGRAMS = \ - test_get_addrs \ krbhst-test \ test_alname \ test_crypto \ - test_kuserok + test_get_addrs \ + test_kuserok \ + test_renew TESTS = \ aes-test \