diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2007-10-29 09:05:13 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-10-29 09:05:13 -0600 |
commit | 162914675a91034db71c0dc8e37189ac3337ba34 (patch) | |
tree | a2ab56e59b06a8c41b9d49ac222c2b2a824fbe6c /configs/linux-static | |
parent | 9ef1d9f03acad1833e4b43588ca88cd8518b2d06 (diff) |
update APP_LIB_DEPS for static library configs (patch 3/3)
Diffstat (limited to 'configs/linux-static')
-rw-r--r-- | configs/linux-static | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/linux-static b/configs/linux-static index 00edb16ebd..45aefceece 100644 --- a/configs/linux-static +++ b/configs/linux-static @@ -21,5 +21,4 @@ GLUT_LIB_DEPS = GLW_LIB_DEPS = # Need to specify all libraries we may need -APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) \ - $(EXTRA_LIB_PATH) -lX11 -lXmu -lXt -lXi -lpthread -lstdc++ -lm +APP_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXmu -lXt -lXi -lpthread -lstdc++ -lm |