diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-08-29 22:45:52 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-08-29 22:45:52 +0000 |
commit | 156dc55628ee3d846598a6906d09afd18d2b8e1c (patch) | |
tree | 5f1d68fc95323383e112d60000eb48267b0e4939 /configs | |
parent | f0d0e5099417796b629ad76e4e2fc19baa31c38d (diff) |
fix APP_LIB_DEPS
Diffstat (limited to 'configs')
-rw-r--r-- | configs/freebsd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/freebsd b/configs/freebsd index a7d8c615e9..910352abd3 100644 --- a/configs/freebsd +++ b/configs/freebsd @@ -13,5 +13,4 @@ CFLAGS = -O2 -fPIC -pedantic -I/usr/X11R6/include -DUSE_XSHM -DHZ=100 CXXFLAGS = -O2 -fPIC -pedantic GLUT_CFLAGS = -fexceptions -APP_LIB_DEPS = -L$(LIB_DIR) -L/usr/X11R6/lib -lXext -lXmu -lXi -lX11 -lm - +APP_LIB_DEPS = -L$(LIB_DIR) -L/usr/X11R6/lib -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lXext -lXmu -lXi -lX11 -lm |