diff options
author | Keith Whitwell <[email protected]> | 2007-08-24 10:01:20 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-08-24 10:01:20 +0100 |
commit | c89502bb4e6d80182e4977ab084639850e1eba68 (patch) | |
tree | 709c94b20ea50caf52f6fc5892da05e7ed53e756 /src/mesa/sources | |
parent | f93a360319fb35f9bac571931fc81afb9e0a8ab8 (diff) |
Fixup include paths after rename
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index e78db591abb..ec30a889f6a 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 |