From: František Dvořák Date: Fri, 8 Jun 2012 14:32:53 +0000 (+0000) Subject: Fix build of the test for kerberos gssapi provider. X-Git-Tag: glite-lbjp-common-gss_R_3_2_1_1~4 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=661a8674fe5ab0abde7a3c0b58421f1488c3909f;p=jra1mw.git Fix build of the test for kerberos gssapi provider. --- 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