From 55453cdb787e53646946d192a52c61362125d18d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Fri, 29 Feb 2008 14:42:58 +0000 Subject: [PATCH] seqcode_aux.h required by server -> stage it --- org.glite.lb.state-machine/Makefile | 2 +- org.glite.lb.state-machine/{src => interface}/seqcode_aux.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename org.glite.lb.state-machine/{src => interface}/seqcode_aux.h (100%) diff --git a/org.glite.lb.state-machine/Makefile b/org.glite.lb.state-machine/Makefile index 5134a32..821f367 100644 --- a/org.glite.lb.state-machine/Makefile +++ b/org.glite.lb.state-machine/Makefile @@ -71,7 +71,7 @@ install: install -m 644 ${top_srcdir}/interface/lb-job-attrs.xsd ${PREFIX}/interface install -m 644 ${top_srcdir}/interface/lb-job-record.xsd ${PREFIX}/interface 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 clean: rm -rvf .libs *.o *.lo ${PLUGIN_LIB} ${MACHINE_LIB} job_attrs.h diff --git a/org.glite.lb.state-machine/src/seqcode_aux.h b/org.glite.lb.state-machine/interface/seqcode_aux.h similarity index 100% rename from org.glite.lb.state-machine/src/seqcode_aux.h rename to org.glite.lb.state-machine/interface/seqcode_aux.h -- 1.8.2.3