diff options
author | Chris Rankin <[email protected]> | 2008-09-18 16:48:11 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-09-18 16:48:11 -0600 |
commit | 8d41e4536dfde34b55228cab6ddb081ad6252184 (patch) | |
tree | 813d3dd51511c1578571f1bbe30a0f028478310b /src/glx | |
parent | 58dce864e659da3d1f9761154e622a45e420c229 (diff) |
mesa: fix asst path/include mistakes in prev commits
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/x11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index 8d4a23ff174..2bcf94e5063 100644 --- a/src/glx/x11/Makefile +++ b/src/glx/x11/Makefile @@ -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) |