diff options
author | Brian <[email protected]> | 2007-08-03 07:24:11 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-03 07:24:11 -0600 |
commit | 002942913d2572be53e6c3c8efc355ab4318170a (patch) | |
tree | 1368d61e2aaa696f55804cc76fa5dc4fdda535c7 /configs | |
parent | 792b882cf69462021cbc5531ca40cca541721dd9 (diff) |
added -lm
Diffstat (limited to 'configs')
-rw-r--r-- | configs/bluegene-osmesa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/bluegene-osmesa b/configs/bluegene-osmesa index 427673d32f9..8e5a54b8f87 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 |