diff options
author | Emil Velikov <[email protected]> | 2017-04-13 17:35:06 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-05-04 18:12:05 +0100 |
commit | 6d6913ba5a679766331405017f40a958f7b933c8 (patch) | |
tree | 60fd89a41e66e571ac37bf05449d013838fbcee6 /src/glx | |
parent | 94d48864eacc7b1581186d7c5995aefa652e45c5 (diff) |
glx/apple: remove empty variable SHARED_GLAPI_CFLAGS
Cc: Jeremy Huddleston Sequoia <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/apple/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glx/apple/Makefile.am b/src/glx/apple/Makefile.am index ca74aa7b99b..bfa18b1c2f3 100644 --- a/src/glx/apple/Makefile.am +++ b/src/glx/apple/Makefile.am @@ -12,7 +12,6 @@ AM_CFLAGS = \ -I$(top_builddir)/src/mapi/glapi \ -I$(top_srcdir)/src/mapi/glapi \ $(VISIBILITY_CFLAGS) \ - $(SHARED_GLAPI_CFLAGS) \ $(DEFINES) \ $(X11_INCLUDES) |