summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-12-11 19:17:31 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-12-11 19:17:31 -0700
commit1029c00a269d7f98ed659bb48727a17ef5dea9e5 (patch)
treea206bd2afbb3cab2ea7c55eb8d161ea6c4303400 /src/mesa
parent5dcc894ea2d926d4845e805298b79c514f58687d (diff)
remove more -I paths
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/sources11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index 31aeb5b451..f889fb30c1 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -424,15 +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/shader \
- -I$(TOP)/src/mesa/shader/grammar \
- -I$(TOP)/src/mesa/shader/slang
+ -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/pipe/tgsi