From 661a8674fe5ab0abde7a3c0b58421f1488c3909f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Fri, 8 Jun 2012 14:32:53 +0000 Subject: [PATCH] Fix build of the test for kerberos gssapi provider. --- org.glite.lbjp-common.gss/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lbjp-common.gss/Makefile b/org.glite.lbjp-common.gss/Makefile index be1ba9c..b973ee0 100644 --- a/org.glite.lbjp-common.gss/Makefile +++ b/org.glite.lbjp-common.gss/Makefile @@ -158,7 +158,7 @@ check.gss: test_gss echo test_gss not run automatically util we have got some credentials in X509_USER_PROXY test_gss: test_gss.o - ${LINKXX} -o $@ test_gss.o ${default_gss} ${CPPUNIT_LIBS} ${GLOBUS_GSSAPI_GSI_LIBS} ${LIBCARES_LIBS} + ${LINKXX} -o $@ test_gss.o ${default_gss} ${CPPUNIT_LIBS} ${LIBCARES_LIBS} test_coverage: -mkdir coverage -- 1.8.2.3