From 5c2040c7684c4aa9230e2ed344c4bde6ee49552d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 26 Mar 2004 23:58:08 +0000 Subject: minor fixes --- progs/samples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'progs/samples') diff --git a/progs/samples/Makefile b/progs/samples/Makefile index cf651b25a9..d7fcf8709d 100644 --- a/progs/samples/Makefile +++ b/progs/samples/Makefile @@ -5,7 +5,7 @@ include $(TOP)/configs/current INCDIR = $(TOP)/include -LIB_DEP = $(LIB_DIR)/$(GL_LIB) $(LIB_DIR)/$(GLU_LIB) $(LIB_DIR)/$(GLUT_LIB) +LIB_DEP = $(LIB_DIR)/$(GL_LIB_NAME) $(LIB_DIR)/$(GLU_LIB_NAME) $(LIB_DIR)/$(GLUT_LIB_NAME) PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \ font line logo nurb oglinfo olympic overlay point prim quad select \ -- cgit v1.2.3