From faef0ec16b426272206d550ad48a3278a939b55c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Fri, 18 May 2007 08:04:47 +0000 Subject: [PATCH] install WSDL_S too (Etics build fix) --- org.glite.jp.ws-interface/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/org.glite.jp.ws-interface/Makefile b/org.glite.jp.ws-interface/Makefile index e04d45f..5bd2476 100644 --- a/org.glite.jp.ws-interface/Makefile +++ b/org.glite.jp.ws-interface/Makefile @@ -52,11 +52,8 @@ install: install -m 644 ${top_srcdir}/LICENSE ${PREFIX}/share/doc/${package}-${version} -install -m 644 JobProvenance.html ${PREFIX}/share/doc/${package}-${version} # cd ${top_srcdir}/interface && install -m 644 ${WSDL} ${PREFIX}/${STAGETO} - install -m 644 ${WSDL} ${XSD} ${PREFIX}/${STAGETO} + install -m 644 ${WSDL} ${WSDL_S} ${XSD} ${PREFIX}/${STAGETO} install -m 644 ${top_srcdir}/src/ws_fault.c ${PREFIX}/include/${globalprefix}/${jpprefix} - if [ x${DOSTAGE} = xyes ]; then \ - install -m 644 ${WSDL_S} ${PREFIX}/${STAGETO}; \ - fi clean: rm -f *.h -- 1.8.2.3