mesa: fix asst path/include mistakes in prev commits

This commit is contained in:
Chris Rankin 2008-09-18 16:48:11 -06:00 committed by Brian Paul
parent 58dce864e6
commit 8d41e4536d
5 changed files with 5 additions and 5 deletions

View File

@ -50,7 +50,7 @@ OBJECTS = $(SOURCES:.c=.o) $(MESA_GLAPI_OBJECTS)
INCLUDES = -I. \
-I$(TOP)/include \
-I$(TOP)/include/GL/internal \
-I$(TOP)/src/mesa/glapi \
-I$(TOP)/src/mesa \
$(LIBDRM_CFLAGS) \
$(DRI2PROTO_CFLAGS) \
$(X11_INCLUDES)

View File

@ -39,7 +39,7 @@
#include "swrast/swrast.h"
#include "swrast_setup/swrast_setup.h"
#include "tnl/tnl.h"
#include "tnl/tcontext.h"
#include "tnl/t_context.h"
#include "tnl/t_pipeline.h"
#include "vbo/vbo.h"
#include "drivers/common/driverfuncs.h"

View File

@ -51,7 +51,7 @@ class PrintGenericStubs(gl_XML.gl_print_base):
def printRealHeader(self):
print '#include "assyntax.h"'
print '#include "glapioffsets.h"'
print '#include "glapi/glapioffsets.h"'
print ''
print '#if defined(STDCALL_API)'
print '# if defined(USE_MGL_NAMESPACE)'

View File

@ -43,7 +43,7 @@
* ignored otherwise.
*/
#include "macros.h"
#include "main/macros.h"
#ifdef CI_MODE

View File

@ -27,7 +27,7 @@
*/
#include "assyntax.h"
#include "glapioffsets.h"
#include "glapi/glapioffsets.h"
#if defined(STDCALL_API)
# if defined(USE_MGL_NAMESPACE)