diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-04-13 03:10:16 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-04-13 03:10:16 +0000 |
commit | cbed2f80613cb5d7ec019884d69cded7560aea2f (patch) | |
tree | e5703e1442ba929d6102238a86ff11bd8703137e /configs/linux-x86-64-static | |
parent | 294d9abf6fbbf130008a6ce38f6b87a48658fe30 (diff) |
more updates (Dan Schikore)
Diffstat (limited to 'configs/linux-x86-64-static')
-rw-r--r-- | configs/linux-x86-64-static | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/linux-x86-64-static b/configs/linux-x86-64-static index 05f21d87a6..d88cf54479 100644 --- a/configs/linux-x86-64-static +++ b/configs/linux-x86-64-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 |