From: Brian Date: Sat, 8 Dec 2007 00:26:06 +0000 (-0700) Subject: Disable, remove tnl module from the Gallium build since no longer used. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51537e0b6efec61e10db522ba2c0c66b407d7f26;p=mesa.git Disable, remove tnl module from the Gallium build since no longer used. --- diff --git a/src/mesa/sources b/src/mesa/sources index 2f16af3aa46..32e1805ecab 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 \