summaryrefslogtreecommitdiff
path: root/GL
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2008-03-01 20:24:50 +0200
committerGeorge Sapountzis <gsap7@yahoo.gr>2008-03-01 20:24:50 +0200
commitb0b9c811cda3e35a8f6d0813483f750602c55ff6 (patch)
tree4d82e1f29a930c3e492adb0952b55ad95d2f0bf4 /GL
parent3d642905477f4b1ec3223f1fbe0d0d37e959ec81 (diff)
fix typo
Diffstat (limited to 'GL')
-rw-r--r--GL/mesa/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/GL/mesa/Makefile.am b/GL/mesa/Makefile.am
index 6d1a439da..7f27c58ba 100644
--- a/GL/mesa/Makefile.am
+++ b/GL/mesa/Makefile.am
@@ -12,7 +12,7 @@ MESA_LIBS = main/libmain.la \
shader/libshader.la \
shader/grammar/libgrammar.la \
shader/slang/libslang.la \
- vbo/libvbo.la \
+ vbo/libvbo.la
libGLcore_la_LIBADD = $(MESA_LIBS) \
X/libX.la