From 0b6639dccef3620f0f10435e19663a6bc069a834 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Thu, 20 Oct 2011 23:07:04 -0500 Subject: [PATCH] Fix makefile bug for name canon testing --- lib/krb5/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/krb5/Makefile.am b/lib/krb5/Makefile.am index 2b401e25b..0e4b87ffb 100644 --- a/lib/krb5/Makefile.am +++ b/lib/krb5/Makefile.am @@ -9,7 +9,6 @@ bin_PROGRAMS = verify_krb5_conf noinst_PROGRAMS = \ krbhst-test \ test_alname \ - test_canon \ test_crypto \ test_forward \ test_get_addrs \ @@ -48,7 +47,7 @@ TESTS = \ check_DATA = test_config_strings.out -check_PROGRAMS = $(TESTS) test_hostname test_ap-req +check_PROGRAMS = $(TESTS) test_hostname test_ap-req test_canon LDADD = libkrb5.la \ $(LIB_hcrypto) \