summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias Jonsson <mattias.jonsson@sun.com>2009-10-09 10:12:50 +0200
committerMattias Jonsson <mattias.jonsson@sun.com>2009-10-09 10:12:50 +0200
commit6e4039ce673b82a9335350bc80539473ea0d4a55 (patch)
tree672288c9d0bbb630c24e4107e7a257b960fb3408
parentef31b39d1d62d9079e1ecaf15a53388ad8608811 (diff)
parent23d31a15d3f81e240990a85a6e4c1dac162d43b4 (diff)
downloadmariadb-git-6e4039ce673b82a9335350bc80539473ea0d4a55.tar.gz
updated to latest mysql-5.1-bugteam before push
-rwxr-xr-xregex/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex/CMakeLists.txt b/regex/CMakeLists.txt
index a3088c00357..2e3b18c7bb0 100755
--- a/regex/CMakeLists.txt
+++ b/regex/CMakeLists.txt
@@ -18,7 +18,7 @@ SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -D_DEBUG -DSAFEMALLOC -DSAFE_MUT
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
-SET(REGEX_SOURCES debug.c regcomp.c regerror.c regexec.c regfree.c reginit.c split.c)
+SET(REGEX_SOURCES regcomp.c regerror.c regexec.c regfree.c reginit.c)
IF(NOT SOURCE_SUBLIBS)
ADD_LIBRARY(regex ${REGEX_SOURCES})