From a1d26cccb1349d1cd3f4d1eb1d2351c9ee2eba9d Mon Sep 17 00:00:00 2001 From: Gerardo Ganis Date: Tue, 29 May 2007 16:01:32 +0000 Subject: [PATCH] From Andreas Peters: Use shared versions of client libs (libXrdClient, etc.) if existing, instead of forcing static linking. git-svn-id: http://root.cern.ch/svn/root/trunk@18904 27541ba8-7e3a-0410-8455-c3a389f83636 --- proofd/Module.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/proofd/Module.mk b/proofd/Module.mk index 1322ae60548c8..a34b8af928e6e 100644 --- a/proofd/Module.mk +++ b/proofd/Module.mk @@ -111,9 +111,7 @@ endif ifeq ($(BUILDXRD),yes) XPDINCEXTRA := $(XROOTDDIRI:%=-I%) XPDINCEXTRA += $(PROOFDDIRI:%=-I%) -XPDLIBEXTRA += $(XROOTDDIRL)/libXrdClient.a $(XROOTDDIRL)/libXrdOuc.a \ - $(XROOTDDIRL)/libXrdNet.a $(XROOTDDIRL)/libXrdSys.a \ - $(XROOTDDIRL)/libXrdSut.a +XPDLIBEXTRA += -L$(XROOTDDIRL) -lXrdClient -lXrdSut endif # used in the main Makefile