From: Michal Krol Date: Wed, 25 May 2005 13:37:56 +0000 (+0000) Subject: add mesa/shader/grammar to include list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b73e5aaafc9bc3e495fa2da059644bed75c4278;p=mesa.git add mesa/shader/grammar to include list --- diff --git a/src/mesa/sources b/src/mesa/sources index ab0ae480889..21c252b8ba3 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -319,6 +319,7 @@ INCLUDE_DIRS = \ -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/OSDependent/Linux \ -I$(TOP)/src/mesa/shader/slang/OGLCompilersDLL \