From 27c513edcfbaef75059386a96e85e09a8ed91298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 12 Oct 2006 11:32:33 +0000 Subject: [PATCH] add test_context git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18424 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/gssapi/Makefile.am b/lib/gssapi/Makefile.am index a28e75d5a..16759fafc 100644 --- a/lib/gssapi/Makefile.am +++ b/lib/gssapi/Makefile.am @@ -206,11 +206,12 @@ test_cfx_SOURCES = krb5/test_cfx.c check_PROGRAMS = test_acquire_cred $(TESTS) bin_PROGRAMS = gss -noinst_PROGRAMS = test_cred test_kcred +noinst_PROGRAMS = test_cred test_kcred test_context LDADD = libgssapi.la $(LIB_roken) test_kcred_LDADD = libgssapi.la ../krb5/libkrb5.la $(LIB_roken) test_cfx_LDADD = $(test_kcred_LDADD) +test_context_LDADD = $(test_kcred_LDADD) # gss