diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-12-07 17:26:06 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-12-07 17:26:06 -0700 |
commit | 51537e0b6efec61e10db522ba2c0c66b407d7f26 (patch) | |
tree | 77620971684e5b7c6011af30716011f4cbd945dd /src/mesa | |
parent | c885775cae8feabe5431ba7867fac99332f5ee8e (diff) |
Disable, remove tnl module from the Gallium build since no longer used.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index 2f16af3aa4..32e1805eca 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -115,7 +115,7 @@ __SWRAST_SETUP_SOURCES = \ swrast_setup/ss_context.c \ swrast_setup/ss_triangle.c -TNL_SOURCES = \ +__TNL_SOURCES = \ tnl/t_context.c \ tnl/t_pipeline.c \ tnl/t_draw.c \ |