From 76b7debadb4eec97cc65fb787c18d01deb57ab97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Mon, 2 Nov 2009 13:24:19 +0000 Subject: [PATCH] make sure glue2.xsd gets installed --- org.glite.lb.ws-interface/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/org.glite.lb.ws-interface/Makefile b/org.glite.lb.ws-interface/Makefile index 774ef90..8afe4b7 100644 --- a/org.glite.lb.ws-interface/Makefile +++ b/org.glite.lb.ws-interface/Makefile @@ -27,7 +27,7 @@ STAGETO=interface WSDL=LB.wsdl LBTypes.wsdl -all compile: ${WSDL} ${doc} glue2.xsd +all compile: ${WSDL} ${doc} glue2-copy.xsd check: @echo No unit test required for interface-only module. @@ -35,8 +35,8 @@ check: stage: compile $(MAKE) install PREFIX=${stagedir} DOSTAGE=yes -glue2.xsd: - wget -O glue2.xsd http://schemas.ogf.org/glue/2008/05/spec_2.0_d42_r01 || cp ${top_srcdir}/src/glue2.xsd . +glue2-copy.xsd: + wget -O $@ http://schemas.ogf.org/glue/2008/05/spec_2.0_d42_r01 || cp ${top_srcdir}/src/glue2.xsd $@ install: -mkdir -p ${PREFIX}/${STAGETO} @@ -46,7 +46,8 @@ install: -test -f LB.html && install -m 644 LB.html ${PREFIX}/share/doc/${package}-${version} # install the generated stuff instead # cd ${top_srcdir}/interface && install -m 644 ${WSDL} ${PREFIX}/${STAGETO} - install -m 644 ${WSDL} glue2.xsd ${PREFIX}/${STAGETO} + install -m 644 ${WSDL} ${PREFIX}/${STAGETO} + install -m 644 glue2-copy.xsd ${PREFIX}/${STAGETO}/glue2.xsd install -m 644 ${top_srcdir}/src/lb4agu.wsdl ${PREFIX}/${STAGETO} # JP has its own version anyway -- 1.8.2.3