diff options
author | Michal Krol <mjkrol@gmail.org> | 2005-01-17 15:32:25 +0000 |
---|---|---|
committer | Michal Krol <mjkrol@gmail.org> | 2005-01-17 15:32:25 +0000 |
commit | 389e292a1b9fb0fb16e45eb1c922f93f8d3dc94d (patch) | |
tree | 8e640a55ee65babf8fdb00ca8207bb0e1b53567c | |
parent | ff39c65dee231b316acde81ba9be02bb16654999 (diff) |
add src/mesa/shader/slang to INCLUDE_DIRS
-rw-r--r-- | src/mesa/sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index d8fdde1fdb..5e46008dfe 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -148,7 +148,7 @@ SHADER_SOURCES = \ shader/nvvertexec.c \ shader/nvvertparse.c \ shader/program.c \ - shader/shaderobjects.c \
+ shader/shaderobjects.c \ shader/shaderobjects_3dlabs.c ASM_C_SOURCES = \ @@ -265,5 +265,6 @@ INCLUDE_DIRS = \ -I$(TOP)/src/mesa/math \ -I$(TOP)/src/mesa/tnl \ -I$(TOP)/src/mesa/shader \ + -I$(TOP)/src/mesa/shader/slang \ -I$(TOP)/src/mesa/swrast \ -I$(TOP)/src/mesa/swrast_setup |