From: Miloš Mulač Date: Fri, 20 Apr 2007 09:04:52 +0000 (+0000) Subject: stage jp_job_attrs.h unconditionaly to enable smooth build of lb.utils X-Git-Tag: gridsite-core_R_1_5_0~24 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=d397aabe194b4fd2ff2fc86666e464ad3a699fd0;p=jra1mw.git stage jp_job_attrs.h unconditionaly to enable smooth build of lb.utils --- diff --git a/org.glite.lb.server/Makefile b/org.glite.lb.server/Makefile index e514603..4ba51ff 100644 --- a/org.glite.lb.server/Makefile +++ b/org.glite.lb.server/Makefile @@ -376,9 +376,9 @@ install: mkdir -p ${PREFIX}/include/${globalprefix}/${lbprefix} ; \ (cd ${top_srcdir}/interface && install -m 644 ${HDRS} ${PREFIX}/include/${globalprefix}/${lbprefix}) ; \ install -m 644 ${STATIC_LIB_BK} ${PREFIX}/lib; \ + ${INSTALL} -m 644 jp_job_attrs.h ${PREFIX}/include/${globalprefix}/${lbprefix} ; \ if [ x${LB_STANDALONE} = x -a x${PLUGIN_LIB} != x ]; then \ ${INSTALL} -m 755 ${PLUGIN_LIB} ${PREFIX}/lib; \ - ${INSTALL} -m 644 jp_job_attrs.h ${PREFIX}/include/${globalprefix}/${lbprefix} ; \ fi; \ ${INSTALL} -m 644 ${top_srcdir}/interface/srv_perf.h ${PREFIX}/include/${globalprefix}/${lbprefix}; \ fi