From c92d2b6d83e2a5a21e50fc5319a30f4fa9f3a871 Mon Sep 17 00:00:00 2001 From: rdm Date: Thu, 3 Jun 2004 11:27:54 +0000 Subject: [PATCH] use root-config --libs instead of $ROOTSYS/lib. --- build/Makefile.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile.config b/build/Makefile.config index 0b3d6e48d71..c0ec81743e2 100644 --- a/build/Makefile.config +++ b/build/Makefile.config @@ -1,5 +1,5 @@ # ROOT libraries -ROOTLIBS = $(shell $(ROOTSYS)/bin/root-config --glibs) -lMinuit -lHtml -lEG -lEGPythia6 -lVMC -lGeom +ROOTLIBS = $(shell root-config --glibs) -lMinuit -lHtml -lEG -lEGPythia6 -lVMC -lGeom ROOTLIBS += -L/usr/X11R6/lib -lX11 # Additional flags for building aliroot executable -- 2.39.3