glsl/build: Remove dead LIBRARY_* variables
authorMatt Turner <mattst88@gmail.com>
Mon, 14 Jan 2013 22:26:40 +0000 (14:26 -0800)
committerMatt Turner <mattst88@gmail.com>
Mon, 21 Jan 2013 04:06:41 +0000 (20:06 -0800)
Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
src/glsl/Makefile.am
src/glsl/glcpp/Makefile.am

index 0f545d5..1d93ac4 100644 (file)
@@ -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)
index 1efc9dc..d79f865 100644 (file)
@@ -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_"