summaryrefslogtreecommitdiff
path: root/storage/example
diff options
context:
space:
mode:
authorunknown <iggy@alf.(none)>2008-02-21 19:53:37 -0500
committerunknown <iggy@alf.(none)>2008-02-21 19:53:37 -0500
commita7341383efb1cbdf163488ab1562d15bae263718 (patch)
treeafd0af8f0f49dec4bdb73dc233a3ad88efdf0903 /storage/example
parent996e34fd9eddb2b47c161ac52716b38422fe2cdb (diff)
parente524e0f146e403f2a8c8c5fe62f39366aa7cb0b9 (diff)
downloadmariadb-git-a7341383efb1cbdf163488ab1562d15bae263718.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-build
into alf.(none):/src/mysql-5.1-build_31929 sql/CMakeLists.txt: Auto merged storage/myisam/CMakeLists.txt: Auto merged
Diffstat (limited to 'storage/example')
-rw-r--r--storage/example/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/example/CMakeLists.txt b/storage/example/CMakeLists.txt
index 99c223f3f85..0af60e1df83 100644
--- a/storage/example/CMakeLists.txt
+++ b/storage/example/CMakeLists.txt
@@ -24,4 +24,5 @@ SET(EXAMPLE_SOURCES ha_example.cc)
IF(NOT SOURCE_SUBLIBS)
ADD_LIBRARY(example ${EXAMPLE_SOURCES})
+ ADD_DEPENDENCIES(example GenError)
ENDIF(NOT SOURCE_SUBLIBS)