summaryrefslogtreecommitdiff
path: root/storage/heap
diff options
context:
space:
mode:
authoriggy@alf.(none) <>2008-02-21 19:53:37 -0500
committeriggy@alf.(none) <>2008-02-21 19:53:37 -0500
commita54f3995ec4cd45e261fb000657872d49afbb5ee (patch)
treeafd0af8f0f49dec4bdb73dc233a3ad88efdf0903 /storage/heap
parentd80b1ae384bf5839969d8887b26b870e02bf6577 (diff)
parent18aba8a82c36459f166a9ecfb137e5ef86e30270 (diff)
downloadmariadb-git-a54f3995ec4cd45e261fb000657872d49afbb5ee.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-build
into alf.(none):/src/mysql-5.1-build_31929
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)