On 02/11/2016 11:13, Andreas Boll wrote:
Otherwise it won't be picked in the tarball and the build will fail.
Thanks, my bad. Reviewed-by: Jon Turney <jon.tur...@dronecode.org.uk>
Fixes: 533b3530c12 ("direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI")") Cc: "13.0" <mesa-sta...@lists.freedesktop.org> Signed-off-by: Andreas Boll <andreas.boll....@gmail.com> --- src/glx/windows/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/glx/windows/Makefile.am b/src/glx/windows/Makefile.am index c76af81..9806988 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 \
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev