Commit 6c6803f28de0d4cb6937fcd95a47aa81da31fd78 removed xm_image.[ch], and 
removed
xm_image.c, but not xm_image.h from the Makefile, this was subsequently carried 
over
into Makefile.am

Remove xm_image.h from Makfile.am.  This allows 'make dist' to succeed, even if 
it
doesn't do anything useful

Signed-off-by: Jon TURNEY <jon.tur...@dronecode.org.uk>
---
 src/mesa/drivers/x11/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/x11/Makefile.am b/src/mesa/drivers/x11/Makefile.am
index 53c5142..49c531d 100644
--- a/src/mesa/drivers/x11/Makefile.am
+++ b/src/mesa/drivers/x11/Makefile.am
@@ -41,7 +41,6 @@ libGL_la_SOURCES = \
        glxheader.h \
        xfonts.h \
        xmesaP.h \
-       xm_image.h \
        fakeglx.c \
        glxapi.c \
        xfonts.c \
-- 
1.7.9

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to