add src/mesa/shader/slang to INCLUDE_DIRS

This commit is contained in:
Michal Krol 2005-01-17 15:32:25 +00:00
parent ff39c65dee
commit 389e292a1b

View file

@ -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