From 156dc55628ee3d846598a6906d09afd18d2b8e1c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 29 Aug 2005 22:45:52 +0000 Subject: fix APP_LIB_DEPS --- configs/freebsd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configs/freebsd') 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 -- cgit v1.2.3