From cca22768dcfc91288f52874334a42efa72fa81b0 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 16 Dec 2002 11:18:31 +0000 Subject: [PATCH] Added extra libs for solaris (-l/usr/openwin/lib -lglut etc...) Kent -- mein@cs.umn.edu --- intern/iksolver/test/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/intern/iksolver/test/Makefile b/intern/iksolver/test/Makefile index f59e487add0..c472c514bad 100644 --- a/intern/iksolver/test/Makefile +++ b/intern/iksolver/test/Makefile @@ -53,6 +53,10 @@ ifeq ($(OS),$(findstring $(OS), "beos darwin linux freebsd openbsd")) LLIBS = -L/usr/X11R6/lib -lglut -pthread endif +ifeq ($(OS),$(findstring $(OS), "solaris")) + LLIBS = -L/usr/openwin/lib -lglut -lX11 -lGL -lGLU -lXmu +endif + all debug:: $(LIBS) $(DIR)/$(DEBUG_DIR)iksolvertest $(DIR)/$(DEBUG_DIR)iksolvertest: