Skip to content
Snippets Groups Projects
Commit 8443b599 authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

add optional MathMore dependency

git-svn-id: http://root.cern.ch/svn/root/trunk@37209 27541ba8-7e3a-0410-8455-c3a389f83636
parent 3423c661
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,9 @@ HF_LIBS =
ifeq ($(PLATFORM),win32)
HF_LIBS = $(HISTFACTORYLIBEXTRA) "$(ROOTSYS)/lib/libHistFactory.lib"
ifeq ($(BUILDMATHMORE),yes)
HF_LIBS += "$(ROOTSYS)/lib/libMathMore.lib"
endif
else
#for other platforms HISTFACTORYLIBEXTRA is not defined
#need to copy from config/Makefile.depend
......@@ -42,6 +45,9 @@ HF_LIBS = -Llib -lRooFit -lRooFitCore -lTree -lRIO -lMatrix \
-lHist -lMathCore -lGraf -lGpad -lMinuit -lFoam \
-lRooStats -lXMLParser
HF_LIBS += -lHistFactory
ifeq ($(BUILDMATHMORE),yes)
HF_LIBS += -lMathMore
endif
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment