stage jp_job_attrs.h unconditionaly to enable smooth build of lb.utils
authorMiloš Mulač <mulac@civ.zcu.cz>
Fri, 20 Apr 2007 09:04:52 +0000 (09:04 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Fri, 20 Apr 2007 09:04:52 +0000 (09:04 +0000)
org.glite.lb.server/Makefile

index e514603..4ba51ff 100644 (file)
@@ -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