mesa: fix build
authorAlan Hourihane <alanh@tungstengraphics.com>
Fri, 14 Nov 2008 14:30:49 +0000 (14:30 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Fri, 14 Nov 2008 14:30:49 +0000 (14:30 +0000)
progs/vpglsl/Makefile

index c3faeb5b6028257d817296ea9833f50e4fc44dc5..313b4dfa2279b66a83bbae54666ed88154c97e1c 100644 (file)
@@ -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