summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorMichal Krol <mjkrol@gmail.org>2005-04-13 14:05:28 +0000
committerMichal Krol <mjkrol@gmail.org>2005-04-13 14:05:28 +0000
commit9a5ba4794c87c5798f7e8cddb641f42b0e5c4b13 (patch)
treedf9f8e569c2f55f5f694b0acbb4b5c2d57709925 /src/mesa
parentfa2802d4d0b563c5bb9463d5882046e3fda6265a (diff)
add SLANG_SOURCES
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/sources6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index 208970bdff..5a117824ab 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -179,6 +179,9 @@ SLANG_CPP_SOURCES = \
shader/slang/MachineIndependent/SymbolTable.cpp \
shader/slang/OGLCompilersDLL/Initialisation.cpp \
shader/slang/OSDependent/Linux/ossource.cpp
+
+SLANG_SOURCES = \
+ shader/slang/slang_compile.c
ASM_C_SOURCES = \
x86/common_x86.c \
@@ -270,7 +273,8 @@ CORE_SOURCES = \
$(SHADER_SOURCES) \
$(SWRAST_SOURCES) \
$(SWRAST_SETUP_SOURCES) \
- $(ASM_C_SOURCES)
+ $(ASM_C_SOURCES) \
+ $(SLANG_SOURCES)
# $(SLANG_C_SOURCES)