mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
glsl/build: Remove dead LIBRARY_* variables
Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
This commit is contained in:
parent
37f34e53e0
commit
ecbe3118c2
2 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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_"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue