add src/mesa/shader/slang to INCLUDE_DIRS
authorMichal Krol <mjkrol@gmail.org>
Mon, 17 Jan 2005 15:32:25 +0000 (15:32 +0000)
committerMichal Krol <mjkrol@gmail.org>
Mon, 17 Jan 2005 15:32:25 +0000 (15:32 +0000)
src/mesa/sources

index d8fdde1..5e46008 100644 (file)
@@ -148,7 +148,7 @@ SHADER_SOURCES = \
        shader/nvvertexec.c \
        shader/nvvertparse.c \
        shader/program.c \
-       shader/shaderobjects.c \\r
+       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