From ee060fcdfaa8d18463d1bcff35048bce583cc3e6 Mon Sep 17 00:00:00 2001 From: hristov Date: Mon, 26 Jan 2004 14:11:57 +0000 Subject: [PATCH] No need to filter out libNew --- build/Makefile.config | 1 - 1 file changed, 1 deletion(-) diff --git a/build/Makefile.config b/build/Makefile.config index 988747f6c0c..0b3d6e48d71 100644 --- a/build/Makefile.config +++ b/build/Makefile.config @@ -1,6 +1,5 @@ # ROOT libraries ROOTLIBS = $(shell $(ROOTSYS)/bin/root-config --glibs) -lMinuit -lHtml -lEG -lEGPythia6 -lVMC -lGeom -ROOTLIBS := $(filter-out -lNew,$(ROOTLIBS)) ROOTLIBS += -L/usr/X11R6/lib -lX11 # Additional flags for building aliroot executable -- 2.39.3