summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-12-11 18:58:48 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-12-11 18:58:48 -0700
commit68caa076a94c28c1c9e62b9831d5f31c1bb008ce (patch)
tree26a63d6f41100ccc6ec6e532947ca97f8cec935f
parent3d9bdaa80b9faaefcb896580717f4854e034410b (diff)
trim down -I options
-rw-r--r--src/mesa/sources6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index fb059498f9..31aeb5b451 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -427,10 +427,12 @@ INCLUDE_DIRS = \
-I$(TOP)/src/mesa/main \
-I$(TOP)/src/mesa/glapi \
-I$(TOP)/src/mesa/math \
- -I$(TOP)/src/mesa/tnl \
-I$(TOP)/src/mesa/shader \
-I$(TOP)/src/mesa/shader/grammar \
- -I$(TOP)/src/mesa/shader/slang \
+ -I$(TOP)/src/mesa/shader/slang
+
+OLD_INCLUDE_DIRS = \
+ -I$(TOP)/src/mesa/tnl \
-I$(TOP)/src/mesa/swrast \
-I$(TOP)/src/mesa/swrast_setup \
-I$(TOP)/src/mesa/pipe/tgsi