summaryrefslogtreecommitdiff
path: root/progs/samples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'progs/samples/Makefile')
-rw-r--r--progs/samples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/samples/Makefile b/progs/samples/Makefile
index f14b7dfc00..063008dccf 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_NAME) $(LIB_DIR)/$(GLU_LIB_NAME) $(LIB_DIR)/$(GLUT_LIB_NAME)
+LIB_DEP = $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME) $(TOP)/$(LIB_DIR)/$(GLU_LIB_NAME) $(TOP)/$(LIB_DIR)/$(GLUT_LIB_NAME)
PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \
font line logo nurb olympic overlay point prim quad select \