diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-09-18 21:22:08 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-09-18 21:22:08 -0600 |
commit | 19d9c81b8c785e94b95110a45497aa52f4a53a34 (patch) | |
tree | 0fff848a7b5734579e37332afdf22ea3e841a9c1 /src/glx/x11 | |
parent | cfc4b4c98920293cb9a91ba0e9f89626e175c8dc (diff) |
glx: re-add glapi/ path
Diffstat (limited to 'src/glx/x11')
-rw-r--r-- | src/glx/x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index 2bcf94e506..419cb2853b 100644 --- a/src/glx/x11/Makefile +++ b/src/glx/x11/Makefile @@ -51,6 +51,7 @@ INCLUDES = -I. \ -I$(TOP)/include \ -I$(TOP)/include/GL/internal \ -I$(TOP)/src/mesa \ + -I$(TOP)/src/mesa/glapi \ $(LIBDRM_CFLAGS) \ $(DRI2PROTO_CFLAGS) \ $(X11_INCLUDES) |