Mesa (master): mesa: remove deprecated headers from Makefile.am

Brian Paul brianp at kemper.freedesktop.org
Sat Jan 10 19:09:41 UTC 2009


Module: Mesa
Branch: master
Commit: c3a00a728b15a13a33a38c8687ed6732c98d2260
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3a00a728b15a13a33a38c8687ed6732c98d2260

Author: Brian Paul <brianp at vmware.com>
Date:   Sat Jan 10 12:06:29 2009 -0700

mesa: remove deprecated headers from Makefile.am

---

 include/GL/Makefile.am |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/include/GL/Makefile.am b/include/GL/Makefile.am
index 199bd5c..ca528f6 100644
--- a/include/GL/Makefile.am
+++ b/include/GL/Makefile.am
@@ -2,17 +2,12 @@
 
 GLincludedir = $(includedir)/GL
 
-INC_FX = fxmesa.h
 INC_GGI = ggimesa.h
 INC_OSMESA = osmesa.h
 INC_SVGA = svgamesa.h
-INC_X11 = glx.h glxext.h glx_mangle.h xmesa.h xmesa_x.h xmesa_xf86.h
+INC_X11 = glx.h glxext.h glx_mangle.h
 INC_GLUT = glut.h glutf90.h
 
-if HAVE_FX
-sel_inc_fx = $(INC_FX)
-endif
-
 if HAVE_GGI
 sel_inc_ggi = $(INC_GGI)
 endif
@@ -35,9 +30,9 @@ endif
 
 EXTRA_HEADERS = amesa.h dosmesa.h foomesa.h glut_h.dja mesa_wgl.h mglmesa.h \
 	vms_x_fix.h wmesa.h \
-	$(INC_FX) $(INC_GGI) $(INC_OSMESA) $(INC_SVGA) $(INC_X11) $(INC_GLUT)
+	$(INC_GGI) $(INC_OSMESA) $(INC_SVGA) $(INC_X11) $(INC_GLUT)
 
 GLinclude_HEADERS = gl.h glext.h gl_mangle.h glu.h glu_mangle.h \
-	$(sel_inc_fx) $(sel_inc_ggi) $(sel_inc_osmesa) $(sel_inc_svga) \
+	$(sel_inc_ggi) $(sel_inc_osmesa) $(sel_inc_svga) \
 	$(sel_inc_x11) $(sel_inc_glut)
 include $(top_srcdir)/common_rules.make




More information about the mesa-commit mailing list