From ecbe3118c2b04187f5b8d36437a66d6380d2f8ae Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 14 Jan 2013 14:26:40 -0800 Subject: [PATCH] glsl/build: Remove dead LIBRARY_* variables Reviewed-by: Andreas Boll --- src/glsl/Makefile.am | 2 -- src/glsl/glcpp/Makefile.am | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index 0f545d5..1d93ac4 100644 --- a/src/glsl/Makefile.am +++ b/src/glsl/Makefile.am @@ -25,9 +25,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mesa/ \ - $(LIBRARY_INCLUDES) \ $(DEFINES) \ - $(LIBRARY_DEFINES) \ $(API_DEFINES) AM_CFLAGS = $(VISIBILITY_CFLAGS) AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS) diff --git a/src/glsl/glcpp/Makefile.am b/src/glsl/glcpp/Makefile.am index 1efc9dc..d79f865 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_" -- 2.7.4