From e024f3655a0ebd94cab8faa480da4d38e78c229b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 30 Jun 2006 12:06:30 +0000 Subject: [PATCH] Build the gss program. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17752 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gssapi/Makefile.am b/lib/gssapi/Makefile.am index e3bf36118..fc1bb95f6 100644 --- a/lib/gssapi/Makefile.am +++ b/lib/gssapi/Makefile.am @@ -187,8 +187,8 @@ TESTS = test_oid check_PROGRAMS = test_acquire_cred $(TESTS) +bin_PROGRAMS = gss noinst_PROGRAMS = test_cred test_kcred LDADD = libgssapi.la $(LIB_roken) test_kcred_LDADD = libgssapi.la ../krb5/libkrb5.la $(LIB_roken) -