summaryrefslogtreecommitdiff
path: root/GL
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-03-27 14:17:40 +1000
committerDave Airlie <airlied@linux.ie>2007-03-27 14:17:40 +1000
commitb8f846a9dfc6697d59ad5482ba7c9d738875318e (patch)
treed72474269daf75cb58b445816d48c9e0404d6167 /GL
parenta63ee90bc2d490f6c5c1802c164391963cf6c1d9 (diff)
gl: oops dodgy s appeared pointed out by jcristau on irc..
Diffstat (limited to 'GL')
-rw-r--r--GL/mesa/shader/slang/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/GL/mesa/shader/slang/Makefile.am b/GL/mesa/shader/slang/Makefile.am
index 479de6308..4bd48e964 100644
--- a/GL/mesa/shader/slang/Makefile.am
+++ b/GL/mesa/shader/slang/Makefile.am
@@ -18,8 +18,7 @@ INCLUDES = -I@MESA_SOURCE@/include \
-I../.. \
-I$(top_srcdir)/hw/xfree86/os-support
-nodist_libslang_la_SOURCES = s
- slang_builtin.c \
+nodist_libslang_la_SOURCES = slang_builtin.c \
slang_codegen.c \
slang_compile.c \
slang_compile_function.c \