summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2008-11-14 14:30:49 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2008-11-14 14:30:49 +0000
commitdb20a65a39b090da21d0cbcb212a9fe7ea66a480 (patch)
tree3b1819905a91d9d191d811f732e0fa43e4936a67 /progs
parentaf1ce2375e9529ad053eb9dbb228ce88d6271e87 (diff)
mesa: fix build
Diffstat (limited to 'progs')
-rw-r--r--progs/vpglsl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/progs/vpglsl/Makefile b/progs/vpglsl/Makefile
index c3faeb5b60..313b4dfa22 100644
--- a/progs/vpglsl/Makefile
+++ b/progs/vpglsl/Makefile
@@ -7,8 +7,7 @@
TOP = ../..
include $(TOP)/configs/current
-
-LIBS = $(APP_LIB_DEPS)
+LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) $(APP_LIB_DEPS)
SOURCES = \
vp-tris.c