From dbca83766595fd3222053f546ab284efdf46a8d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 15 Jun 2010 11:08:07 +0000 Subject: [PATCH] Enable build of the fixed example. --- org.glite.lb.client-java/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.lb.client-java/Makefile b/org.glite.lb.client-java/Makefile index 464f643..ea32734 100644 --- a/org.glite.lb.client-java/Makefile +++ b/org.glite.lb.client-java/Makefile @@ -1,9 +1,9 @@ -include Makefile.inc # broken -# SimpleLLTest.class ProducerTestLL.class ProducerTestIL.class CreamTest.java +# SimpleLLTest.class ProducerTestLL.class ProducerTestIL.class -FULL_EXAMPLES := $(addprefix examples/,SSLClient.java SSLServer.java QueryDemo.java NotificationExample.java) +FULL_EXAMPLES := $(addprefix examples/,SSLClient.java SSLServer.java QueryDemo.java NotificationExample.java CreamTest.java) SSL_EXAMPLES := $(addprefix examples/simple-ssl/,MyX509KeyManager.java MyX509TrustManager.java ExampleSSLSocketFactory.java LBClientSSL.java) TM_EXAMPLES := $(addprefix examples/simple-trustmanager/,LBClientTM.java) -- 1.8.2.3