mesa: Remove nonexistent files from distribution list

This commit is contained in:
Ian Romanick 2011-02-11 16:26:31 -08:00
parent c73e6ce7e2
commit 8170684fbe

View file

@ -209,7 +209,6 @@ MAIN_FILES = \
$(DIRECTORY)/docs/README.* \ $(DIRECTORY)/docs/README.* \
$(DIRECTORY)/docs/RELNOTES* \ $(DIRECTORY)/docs/RELNOTES* \
$(DIRECTORY)/docs/*.spec \ $(DIRECTORY)/docs/*.spec \
$(DIRECTORY)/include/GL/internal/glcore.h \
$(DIRECTORY)/include/GL/gl.h \ $(DIRECTORY)/include/GL/gl.h \
$(DIRECTORY)/include/GL/glext.h \ $(DIRECTORY)/include/GL/glext.h \
$(DIRECTORY)/include/GL/gl_mangle.h \ $(DIRECTORY)/include/GL/gl_mangle.h \
@ -308,8 +307,7 @@ MAPI_FILES = \
$(DIRECTORY)/src/mapi/mapi/*.[ch] \ $(DIRECTORY)/src/mapi/mapi/*.[ch] \
$(DIRECTORY)/src/mapi/vgapi/Makefile \ $(DIRECTORY)/src/mapi/vgapi/Makefile \
$(DIRECTORY)/src/mapi/vgapi/vgapi.csv \ $(DIRECTORY)/src/mapi/vgapi/vgapi.csv \
$(DIRECTORY)/src/mapi/vgapi/vg.pc.in \ $(DIRECTORY)/src/mapi/vgapi/vg.pc.in
$(DIRECTORY)/src/mapi/vgapi/*.h
EGL_FILES = \ EGL_FILES = \
$(DIRECTORY)/include/KHR/*.h \ $(DIRECTORY)/include/KHR/*.h \