From 7cff82b8a7d756ceb992be398322410d0f280de9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20=C5=A0kr=C3=A1bal?= Date: Wed, 13 Apr 2005 11:41:06 +0000 Subject: [PATCH] - do not distribute srvbones.h --- org.glite.lb.server-bones/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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: -- 1.8.2.3