diff options
author | Matt Turner <[email protected]> | 2013-01-14 14:26:40 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-01-20 20:06:41 -0800 |
commit | ecbe3118c2b04187f5b8d36437a66d6380d2f8ae (patch) | |
tree | 47a0c6e8494ed9bfb75ddbc39020c4220d70b515 /src/glsl/glcpp | |
parent | 37f34e53e08115a88756957414c253fcd94b6d5e (diff) |
glsl/build: Remove dead LIBRARY_* variables
Reviewed-by: Andreas Boll <[email protected]>
Diffstat (limited to 'src/glsl/glcpp')
-rw-r--r-- | src/glsl/glcpp/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glsl/glcpp/Makefile.am b/src/glsl/glcpp/Makefile.am index 1efc9dc1ae6..d79f8653c60 100644 --- a/src/glsl/glcpp/Makefile.am +++ b/src/glsl/glcpp/Makefile.am @@ -29,9 +29,7 @@ AM_CFLAGS = \ -I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mesa/ \ $(VISIBILITY_CFLAGS) \ - $(LIBRARY_INCLUDES) \ $(DEFINES) \ - $(LIBRARY_DEFINES) \ $(API_DEFINES) AM_YFLAGS = -v -d -p "glcpp_parser_" |