diff options
author | Brian Paul <[email protected]> | 2006-04-13 02:59:29 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-04-13 02:59:29 +0000 |
commit | cb32dcfa3390a8e379d134a9ca4e4717f45b0f7e (patch) | |
tree | f710f586e46ff7cd242929b99ff02c5f4fc52084 /configs/linux-x86-static | |
parent | fe14cf6951a8a925994dfe6a540784f2ed6ad3bf (diff) |
new configs, misc updates (Dan Schikore)
Diffstat (limited to 'configs/linux-x86-static')
-rw-r--r-- | configs/linux-x86-static | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/linux-x86-static b/configs/linux-x86-static index d4ccfca803e..c838a84012e 100644 --- a/configs/linux-x86-static +++ b/configs/linux-x86-static @@ -19,3 +19,5 @@ OSMESA_LIB_DEPS = GLU_LIB_DEPS = GLUT_LIB_DEPS = GLW_LIB_DEPS = +APP_LIB_DEPS = -L$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) \ + $(EXTRA_LIB_PATH) -lX11 -lXmu -lXt -lXi -lpthread -lstdc++ -lm |