From 4cb6561bb8655d6d9c904ab89d7bb2c93a4c5bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 18 Apr 2007 08:53:16 +0000 Subject: [PATCH] test_acquire_cred need test_common.[ch] git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20388 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gssapi/Makefile.am b/lib/gssapi/Makefile.am index 31a04d28e..4b1ec71b5 100644 --- a/lib/gssapi/Makefile.am +++ b/lib/gssapi/Makefile.am @@ -267,6 +267,7 @@ noinst_PROGRAMS = test_cred test_kcred test_context test_ntlm test_context_SOURCES = test_context.c test_common.c test_common.h test_ntlm_SOURCES = test_ntlm.c test_common.c test_common.h +test_acquire_cred_SOURCES = test_acquire_cred.c test_common.c test_common.h test_ntlm_LDADD = \ $(top_builddir)/lib/ntlm/libheimntlm.la \