Bug#31929 Windows build fails with >=4 Parallel build threads.

- Add GenError Dependency to storage engines that include 
mysqld_error.h
This commit is contained in:
iggy@alf.(none) 2008-01-29 21:58:57 -05:00
commit 18aba8a82c
14 changed files with 85 additions and 1 deletions

View file

@ -24,4 +24,5 @@ SET(YASSL_SOURCES src/buffer.cpp src/cert_wrapper.cpp src/crypto_wrapper.cpp sr
src/yassl_imp.cpp src/yassl_int.cpp)
IF(NOT SOURCE_SUBLIBS)
ADD_LIBRARY(yassl ${YASSL_SOURCES})
ADD_DEPENDENCIES(yassl GenError)
ENDIF(NOT SOURCE_SUBLIBS)