summaryrefslogtreecommitdiff
path: root/storage/heap
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/heap
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/heap')
-rwxr-xr-xstorage/heap/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/heap/CMakeLists.txt b/storage/heap/CMakeLists.txt
index fd3ce149b2c..f8f0aa91464 100755
--- a/storage/heap/CMakeLists.txt
+++ b/storage/heap/CMakeLists.txt
@@ -29,4 +29,5 @@ SET(HEAP_SOURCES _check.c _rectest.c hp_block.c hp_clear.c hp_close.c hp_create
IF(NOT SOURCE_SUBLIBS)
ADD_LIBRARY(heap ${HEAP_SOURCES})
+ ADD_DEPENDENCIES(heap GenError)
ENDIF(NOT SOURCE_SUBLIBS)