diff options
author | Matt Turner <[email protected]> | 2012-08-01 14:01:12 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-08-14 10:54:38 -0700 |
commit | fa7417521045d9bf6eea32607066543bd3ce07bb (patch) | |
tree | d24ae6e196485d4fbc8e1f57d028c616a1e53be9 /src/mesa/sources.mak | |
parent | 707f0679157f83ac45127e41647b96ed924d45c9 (diff) |
build/sources.mak: Remove unused GLSL_LIBS
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r-- | 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 74744c4dc7b..be7e13d87f6 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 = \ |