From d983829426674d19231e94863bd1c12a690c7a12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 19 Mar 2008 14:20:10 +0000 Subject: [PATCH] handle job_attrs2.h --- org.glite.lb.state-machine/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 1.8.2.3