[Mesa-dev] [PATCH 3/4] Update mesa/drivers/x11/Makefile.am for xm_image.h removal
Jon TURNEY
jon.turney at dronecode.org.uk
Mon Jul 23 06:32:08 PDT 2012
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.turney at 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
More information about the mesa-dev
mailing list