summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glslcompiler/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/glslcompiler/Makefile')
-rw-r--r--src/mesa/drivers/glslcompiler/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/glslcompiler/Makefile b/src/mesa/drivers/glslcompiler/Makefile
index 7dcf9a6541a..6da9f93f59a 100644
--- a/src/mesa/drivers/glslcompiler/Makefile
+++ b/src/mesa/drivers/glslcompiler/Makefile
@@ -11,11 +11,12 @@ OBJECTS = \
glslcompiler.o \
../common/driverfuncs.o \
../../libmesa.a \
- ../../libglapi.a
+ $(TOP)/src/mapi/glapi/libglapi.a
INCLUDES = \
-I$(TOP)/include \
-I$(TOP)/include/GL/internal \
+ -I$(TOP)/src/mapi \
-I$(TOP)/src/mesa \
-I$(TOP)/src/mesa/main \
-I$(TOP)/src/mesa/glapi \