summaryrefslogtreecommitdiff
path: root/configs/bluegene-osmesa
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-03 07:24:11 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-08-03 07:24:11 -0600
commit002942913d2572be53e6c3c8efc355ab4318170a (patch)
tree1368d61e2aaa696f55804cc76fa5dc4fdda535c7 /configs/bluegene-osmesa
parent792b882cf69462021cbc5531ca40cca541721dd9 (diff)
added -lm
Diffstat (limited to 'configs/bluegene-osmesa')
-rw-r--r--configs/bluegene-osmesa2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/bluegene-osmesa b/configs/bluegene-osmesa
index 427673d32f..8e5a54b8f8 100644
--- a/configs/bluegene-osmesa
+++ b/configs/bluegene-osmesa
@@ -24,4 +24,4 @@ PROGRAM_DIRS = osdemos
# Dependencies
OSMESA_LIB_DEPS = -lm
GLU_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(OSMESA_LIB)
-APP_LIB_DEPS = -lOSMesa -lGLU
+APP_LIB_DEPS = -lOSMesa -lGLU -lm