From: Jiří Škrábal Date: Wed, 13 Apr 2005 11:41:06 +0000 (+0000) Subject: - do not distribute srvbones.h X-Git-Tag: glite-lb-server-bones_R_1_0_1~1 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=7cff82b8a7d756ceb992be398322410d0f280de9;p=jra1mw.git - do not distribute srvbones.h --- diff --git a/org.glite.lb.server-bones/Makefile b/org.glite.lb.server-bones/Makefile index 926a6df..7b01dee 100644 --- a/org.glite.lb.server-bones/Makefile +++ b/org.glite.lb.server-bones/Makefile @@ -50,7 +50,7 @@ ${LTLIB}: ${LOBJS} ${LINK} -o $@ ${LOBJS} stage: compile - $(MAKE) install PREFIX=${stagedir} + $(MAKE) install PREFIX=${stagedir} DOSTAGE=yes check: -echo "No unit tests so far." @@ -81,9 +81,11 @@ distbin: install: mkdir -p ${PREFIX}/include/${globalprefix}/${lbprefix} mkdir -p ${PREFIX}/lib - ${INSTALL} -m 644 ${STATICLIB} ${PREFIX}/lib ${INSTALL} -m 644 ${LTLIB} ${PREFIX}/lib - cd ${top_srcdir}/interface && install -m 644 ${HDRS} ${PREFIX}/include/${globalprefix}/${lbprefix} + if [ x${DOSTAGE} = xyes ]; then \ + ${INSTALL} -m 644 ${STATICLIB} ${PREFIX}/lib ; \ + cd ${top_srcdir}/interface && install -m 644 ${HDRS} ${PREFIX}/include/${globalprefix}/${lbprefix} ; \ + fi clean: