diff options
author | Michal Krol <[email protected]> | 2005-05-25 13:37:56 +0000 |
---|---|---|
committer | Michal Krol <[email protected]> | 2005-05-25 13:37:56 +0000 |
commit | 2b73e5aaafc9bc3e495fa2da059644bed75c4278 (patch) | |
tree | d492365d8e7beb370a1cb019df43575561630b3d /src/mesa/sources | |
parent | 863eca99730622851f5c8ab294abd139acd2fa76 (diff) |
add mesa/shader/grammar to include list
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |