Skip to content

Commit

Permalink
From Andreas Peters:
Browse files Browse the repository at this point in the history
 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
  • Loading branch information
gganis committed May 29, 2007
1 parent 0c46a24 commit a1d26cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions proofd/Module.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1d26cc

Please sign in to comment.