From bf4d4bb80010d29814369b801c7f9e2ee83d155d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Mon, 9 Jul 2007 17:37:56 +0000 Subject: [PATCH] we have shared libtar --- org.glite.jp.client/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/org.glite.jp.client/Makefile b/org.glite.jp.client/Makefile index 928d899..cb636fc 100644 --- a/org.glite.jp.client/Makefile +++ b/org.glite.jp.client/Makefile @@ -42,6 +42,8 @@ LTCOMPILE:=libtool --mode=compile ${CC} ${CFLAGS} LINKXX:=libtool --mode=link ${CXX} ${LDFLAGS} INSTALL:=libtool --mode=install install +LIBTAR:=-L${libtar}/lib -ltar + STAGE_HDRS:=jpcl_ctx_int.h HDRS:=jp_client.h jpimporter.h @@ -78,18 +80,16 @@ compile: ${daemon} ${LIB} ${EXAMPLES} examples: ${EXAMPLES} -# XXX: should depend on -ltar but we have no dynamic version so far :-( ${LIB}: ${LIBOBJS} - ${LINK} ${version_info} -o $@ ${LIBLOBJS} -rpath ${glite_location}/lib ${LBMAILDIRLIB} + ${LINK} ${version_info} -o $@ ${LIBLOBJS} -rpath ${glite_location}/lib ${LBMAILDIRLIB} ${LIBTAR} ${daemon}: ${OBJS} ${LINK} -o $@ ${OBJS} ${LBMAILDIRLIB} ${GSOAPLIB} ${GLOBUS_LIBS} ${EXAMPLES}: ${LIB} -# XXX: -ltar should be in the library ${EXAMPLES}: %: %.o - ${LINK} -o $@ $< ${LIB} ${LBMAILDIRLIB} -ltar + ${LINK} -o $@ $< ${LIB} ${LBMAILDIRLIB} -- 1.8.2.3