glx/windows: Add wgl.h to the sources list
authorAndreas Boll <andreas.boll.dev@gmail.com>
Wed, 2 Nov 2016 11:11:54 +0000 (12:11 +0100)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Thu, 3 Nov 2016 10:38:04 +0000 (11:38 +0100)
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" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
Reviewed-by: Jon Turney <jon.turney@dronecode.org.uk>
src/glx/windows/Makefile.am

index c76af81..9806988 100644 (file)
@@ -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 \