From a4197db9504adae6af005b2218eee36b8af0d98b Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 1 Aug 2007 14:04:51 +0300 Subject: [PATCH] GL: GLX: Make sure glxbyteorder.h is distributed --- GL/glx/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/GL/glx/Makefile.am b/GL/glx/Makefile.am index c4141bceb..7c1730e39 100644 --- a/GL/glx/Makefile.am +++ b/GL/glx/Makefile.am @@ -40,6 +40,7 @@ libglxdri_la_SOURCES = \ libglx_la_SOURCES = \ g_disptab.h \ + glxbyteorder.h \ glxcmds.c \ glxcmdsswap.c \ glxcontext.h \