Real fix for glapi: Remove Makefile generation, don't distribute.

This commit is contained in:
Matthias Hopf 2006-03-13 17:56:43 +00:00
parent 5339591e28
commit fca1974b8c
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2006-03-13 Matthias Hopf <mhopf@suse.de>
* GL/mesa/Makefile.am:
* configure.ac:
Real fix for glapi: Remove Makefile generation, don't distribute.
2006-03-13 David Reveman <davidr@novell.com>
* GL/mesa/X/xf86glx.c:

View file

@ -1,5 +1,4 @@
SUBDIRS = main math array_cache swrast swrast_setup tnl shader X
DIST_SUBDIRS = $(SUBDIRS) glapi
noinst_LTLIBRARIES = libGLcore.la

View file

@ -1533,7 +1533,6 @@ GL/include/Makefile
GL/include/GL/Makefile
GL/mesa/Makefile
GL/mesa/array_cache/Makefile
GL/mesa/glapi/Makefile
GL/mesa/main/Makefile
GL/mesa/math/Makefile
GL/mesa/shader/Makefile