diff options
author | Emil Velikov <[email protected]> | 2017-04-13 17:34:04 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-05-04 18:12:02 +0100 |
commit | 94d48864eacc7b1581186d7c5995aefa652e45c5 (patch) | |
tree | b95e8f0f096dcf9dff9e2a5c90258c2725630d89 /src/glx | |
parent | 27a4fd5047b3c6413bbd692c1862da3a6f45ff4d (diff) |
glx/windows: remove empty variable SHARED_GLAPI_CFLAGS
Cc: Jon Turney <[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/windows/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glx/windows/Makefile.am b/src/glx/windows/Makefile.am index 6de3cf226b4..f84288b935c 100644 --- a/src/glx/windows/Makefile.am +++ b/src/glx/windows/Makefile.am @@ -27,6 +27,5 @@ libwindowsglx_la_CFLAGS = \ -I$(top_builddir)/src/mapi/glapi \ -I$(top_srcdir)/src/mapi/glapi \ $(VISIBILITY_CFLAGS) \ - $(SHARED_GLAPI_CFLAGS) \ $(DEFINES) \ $(X11_INCLUDES) |