projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af1ce23
)
mesa: fix build
author
Alan Hourihane
<alanh@tungstengraphics.com>
Fri, 14 Nov 2008 14:30:49 +0000
(14:30 +0000)
committer
Alan Hourihane
<alanh@tungstengraphics.com>
Fri, 14 Nov 2008 14:30:49 +0000
(14:30 +0000)
progs/vpglsl/Makefile
patch
|
blob
|
history
diff --git
a/progs/vpglsl/Makefile
b/progs/vpglsl/Makefile
index c3faeb5b6028257d817296ea9833f50e4fc44dc5..313b4dfa2279b66a83bbae54666ed88154c97e1c 100644
(file)
--- 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