summaryrefslogtreecommitdiffstats
path: root/src/glx
diff options
context:
space:
mode:
authorAndreas Boll <[email protected]>2016-11-02 12:11:54 +0100
committerAndreas Boll <[email protected]>2016-11-03 11:38:04 +0100
commitf792f0687f60e789fe9e0e2550c4eded95253fa1 (patch)
tree639ae3eb9ce05dd990f4d31d23c2c11757eea011 /src/glx
parent979ec2cf754b28640c1c03a5cae8cc3a5febf33e (diff)
glx/windows: Add wgl.h to the sources list
Otherwise it won't be picked in the tarball and the build will fail. Fixes: 533b3530c12 ("direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI")") Cc: "13.0" <[email protected]> Signed-off-by: Andreas Boll <[email protected]> Reviewed-by: Jon Turney <[email protected]>
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/windows/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glx/windows/Makefile.am b/src/glx/windows/Makefile.am
index c76af8156a2..98069882365 100644
--- a/src/glx/windows/Makefile.am
+++ b/src/glx/windows/Makefile.am
@@ -16,7 +16,8 @@ libwindowsglx_la_SOURCES = \
windowsgl.h \
windowsgl_internal.h \
windows_drawable.c \
- wgl.c
+ wgl.c \
+ wgl.h
libwindowsglx_la_CFLAGS = \
-I$(top_srcdir)/include \