From: hristov Date: Tue, 15 May 2007 12:26:25 +0000 (+0000) Subject: Add ROOT plug-in path to library path to link against libRGL (Christian) X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=517fb75e0dbcb800ace35d075a024b1ab4ab5e5d;p=u%2Fmrichter%2FAliRoot.git Add ROOT plug-in path to library path to link against libRGL (Christian) --- diff --git a/EVE/binreve.pkg b/EVE/binreve.pkg index c46dec196f0..69971e9c6af 100644 --- a/EVE/binreve.pkg +++ b/EVE/binreve.pkg @@ -5,7 +5,9 @@ EINCLUDE := ELIBSDIR := ELIBS := Reve -PACKBLIBS := $(ROOTCLIBS) -lTreePlayer -lGeomPainter -lGed -lRGL $(SYSLIBS) +PACKBLIBS := $(ROOTCLIBS) -lTreePlayer -lGeomPainter -lGed \ + -L$(shell root-config --libdir)/$(dir $(shell root-config --version)) -lRGL \ + $(SYSLIBS) ifeq (macosx,$(ALICE_TARGET))