From: Brian Date: Wed, 12 Dec 2007 01:58:48 +0000 (-0700) Subject: trim down -I options X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68caa076a94c28c1c9e62b9831d5f31c1bb008ce;p=mesa.git trim down -I options --- diff --git a/src/mesa/sources b/src/mesa/sources index fb059498f91..31aeb5b451c 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -427,10 +427,12 @@ INCLUDE_DIRS = \ -I$(TOP)/src/mesa/main \ -I$(TOP)/src/mesa/glapi \ -I$(TOP)/src/mesa/math \ - -I$(TOP)/src/mesa/tnl \ -I$(TOP)/src/mesa/shader \ -I$(TOP)/src/mesa/shader/grammar \ - -I$(TOP)/src/mesa/shader/slang \ + -I$(TOP)/src/mesa/shader/slang + +OLD_INCLUDE_DIRS = \ + -I$(TOP)/src/mesa/tnl \ -I$(TOP)/src/mesa/swrast \ -I$(TOP)/src/mesa/swrast_setup \ -I$(TOP)/src/mesa/pipe/tgsi