From 569f0e400aca0e7bfd13374384fb8d92caf869bc Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 14 Jan 2013 14:24:17 -0800 Subject: [PATCH] glsl/build: Don't build glsl_compiler Use glslparsertest from piglit instead. Tested-by: Andreas Boll --- src/glsl/Makefile.am | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index 36af90e..fa09c5e 100644 --- a/src/glsl/Makefile.am +++ b/src/glsl/Makefile.am @@ -36,7 +36,6 @@ include Makefile.sources noinst_LTLIBRARIES = libglsl.la check_PROGRAMS = glsl_test -noinst_PROGRAMS = glsl_compiler libglsl_la_SOURCES = \ glsl_lexer.ll \ @@ -47,14 +46,6 @@ libglsl_la_SOURCES = \ libglsl_la_LIBADD = glcpp/libglcpp.la libglsl_la_LDFLAGS = -glsl_compiler_SOURCES = \ - $(top_srcdir)/src/mesa/main/hash_table.c \ - $(top_srcdir)/src/mesa/program/prog_hash_table.c \ - $(top_srcdir)/src/mesa/program/symbol_table.c \ - $(GLSL_COMPILER_CXX_FILES) - -glsl_compiler_LDADD = libglsl.la - glsl_test_SOURCES = \ $(top_srcdir)/src/mesa/main/hash_table.c \ $(top_srcdir)/src/mesa/program/prog_hash_table.c \ -- 2.7.4