From 54e6e8d99d577fdd259cfb7693625f49956f429e Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Mon, 16 Jul 2012 18:24:10 -0500 Subject: [PATCH] Fix Makefile.am issue with test_expand_toks --- lib/krb5/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/Makefile.am b/lib/krb5/Makefile.am index c3b3cd7e2..45f70cccf 100644 --- a/lib/krb5/Makefile.am +++ b/lib/krb5/Makefile.am @@ -10,7 +10,6 @@ noinst_PROGRAMS = \ krbhst-test \ test_alname \ test_crypto \ - test_expand_toks \ test_forward \ test_get_addrs \ test_gic \ @@ -44,6 +43,7 @@ TESTS = \ test_pkinit_dh2key \ test_pknistkdf \ test_time \ + test_expand_toks \ test_x500 check_DATA = test_config_strings.out -- 2.11.4.GIT