summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-08-24 10:01:20 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-08-24 10:01:20 +0100
commitc89502bb4e6d80182e4977ab084639850e1eba68 (patch)
tree709c94b20ea50caf52f6fc5892da05e7ed53e756 /src/mesa/sources
parentf93a360319fb35f9bac571931fc81afb9e0a8ab8 (diff)
Fixup include paths after rename
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index e78db591ab..ec30a889f6 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -167,11 +167,11 @@ DRAW_SOURCES = \
pipe/draw/draw_unfilled.c
TGSICORE_SOURCES = \
- pipe/tgsi/core/tgsi_build.c \
- pipe/tgsi/core/tgsi_dump.c \
- pipe/tgsi/core/tgsi_exec.c \
- pipe/tgsi/core/tgsi_parse.c \
- pipe/tgsi/core/tgsi_util.c
+ pipe/tgsi/exec/tgsi_build.c \
+ pipe/tgsi/exec/tgsi_dump.c \
+ pipe/tgsi/exec/tgsi_exec.c \
+ pipe/tgsi/exec/tgsi_parse.c \
+ pipe/tgsi/exec/tgsi_util.c
TGSIDECO_SOURCES = \
pipe/tgsi/deco/deco_caps.c