Mesa (master): build/sources.mak: Remove unused GLSL_LIBS

Matt Turner mattst88 at kemper.freedesktop.org
Tue Aug 14 18:33:30 UTC 2012


Module: Mesa
Branch: master
Commit: fa7417521045d9bf6eea32607066543bd3ce07bb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa7417521045d9bf6eea32607066543bd3ce07bb

Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed Aug  1 14:01:12 2012 -0700

build/sources.mak: Remove unused GLSL_LIBS

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/sources.mak |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index 74744c4..be7e13d 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -372,12 +372,6 @@ MESA_GALLIUM_OBJECTS = \
 COMMON_DRIVER_OBJECTS = $(COMMON_DRIVER_FILES:.c=.o)
 
 
-### Other archives/libraries
-
-GLSL_LIBS = \
-	$(top_builddir)/src/glsl/libglsl.a
-
-
 ### Include directories
 
 INCLUDE_DIRS = \




More information about the mesa-commit mailing list