From eaa82d33bffda1fb9a787b92b5f1a2d15c99f045 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Wed, 12 Dec 2007 16:04:58 +0000 Subject: Add src/mesa to include path. --- src/glx/x11/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index c7b5874faa..5f74fcff06 100644 --- a/src/glx/x11/Makefile +++ b/src/glx/x11/Makefile @@ -44,6 +44,7 @@ OBJECTS = $(SOURCES:.c=.o) $(MESA_GLAPI_OBJECTS) INCLUDES = -I. \ -I$(TOP)/include \ -I$(TOP)/include/GL/internal \ + -I$(TOP)/src/mesa \ -I$(TOP)/src/mesa/main \ -I$(TOP)/src/mesa/glapi \ $(LIBDRM_CFLAGS) \ -- cgit v1.2.3