Skip to content
Snippets Groups Projects
Commit 27b57069 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

add -lm when linking with OpenInventor libs.

git-svn-id: http://root.cern.ch/svn/root/trunk@4494 27541ba8-7e3a-0410-8455-c3a389f83636
parent 3e6e1b25
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ GLS += TRootGLKernel.cxx TRootGLViewer.cxx
ifneq ($(OPENIVLIB),)
GLS += TRootOIViewer.cxx
IVFLAGS := -DR__OPENINVENTOR -I$(OPENIVINCDIR)
IVLIBS := $(OPENIVLIBDIR) $(OPENIVLIB) -lXm -lXt -lXext -lX11
IVLIBS := $(OPENIVLIBDIR) $(OPENIVLIB) -lXm -lXt -lXext -lX11 -lm
endif
endif
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment