From: Aleš Křenek Date: Wed, 19 Mar 2008 14:20:10 +0000 (+0000) Subject: handle job_attrs2.h X-Git-Tag: merge_313_4_after~14 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=d983829426674d19231e94863bd1c12a690c7a12;p=jra1mw.git handle job_attrs2.h --- diff --git a/org.glite.lb.state-machine/Makefile b/org.glite.lb.state-machine/Makefile index a94a3b8..5488abc 100644 --- a/org.glite.lb.state-machine/Makefile +++ b/org.glite.lb.state-machine/Makefile @@ -76,9 +76,10 @@ install: install -m 644 ${top_srcdir}/interface/intjobstat.h ${PREFIX}/include/glite/lb install -m 644 ${top_srcdir}/interface/seqcode_aux.h ${PREFIX}/include/glite/lb install -m 644 job_attrs.h ${PREFIX}/include/glite/lb + install -m 644 job_attrs2.h ${PREFIX}/include/glite/lb clean: - rm -rvf .libs *.o *.lo ${PLUGIN_LIB} ${MACHINE_LIB} job_attrs.h + rm -rvf .libs *.o *.lo ${PLUGIN_LIB} ${MACHINE_LIB} job_attrs.h job_attrs2.h rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/ %.c: %.c.T @@ -102,7 +103,7 @@ clean: %.lo: %.c ${COMPILE} -o $@ -c $< -lb_plugin.lo: lb_plugin.c job_attrs.h +lb_plugin.lo: lb_plugin.c job_attrs.h job_attrs2.h ${COMPILE} -DPLUGIN_DEBUG -o $@ -c $< job_attrs.h: lb-job-attrs.xsd job_attrs.xsl