summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index fb059498f9..f889fb30c1 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -424,13 +424,14 @@ FBDEV_DRIVER_OBJECTS = $(FBDEV_DRIVER_SOURCES:.c=.o)
INCLUDE_DIRS = \
-I$(TOP)/include \
-I$(TOP)/src/mesa \
- -I$(TOP)/src/mesa/main \
- -I$(TOP)/src/mesa/glapi \
- -I$(TOP)/src/mesa/math \
+ -I$(TOP)/src/mesa/main
+
+OLD_INCLUDE_DIRS = \
-I$(TOP)/src/mesa/tnl \
+ -I$(TOP)/src/mesa/math \
+ -I$(TOP)/src/mesa/swrast \
+ -I$(TOP)/src/mesa/swrast_setup \
-I$(TOP)/src/mesa/shader \
-I$(TOP)/src/mesa/shader/grammar \
-I$(TOP)/src/mesa/shader/slang \
- -I$(TOP)/src/mesa/swrast \
- -I$(TOP)/src/mesa/swrast_setup \
-I$(TOP)/src/mesa/pipe/tgsi