------------------------------------------------------------
revno: 2731
committer: Igor Babaev <[email protected]>
branch nick: maria-5.1-fix-windows
timestamp: Wed 2009-09-09 11:11:31 -0700
message:
Added a missing dependency to build maria lib
modified:
storage/maria/CMakeLists.txt
--
lp:maria
https://code.launchpad.net/~maria-captains/maria/5.1
Your team Maria developers is subscribed to branch lp:maria.
To unsubscribe from this branch go to
https://code.launchpad.net/~maria-captains/maria/5.1/+edit-subscription.
=== modified file 'storage/maria/CMakeLists.txt'
--- storage/maria/CMakeLists.txt 2008-06-09 09:06:06 +0000
+++ storage/maria/CMakeLists.txt 2009-09-09 18:11:31 +0000
@@ -50,6 +50,8 @@
ADD_LIBRARY(maria ${MARIA_SOURCES})
+ ADD_DEPENDENCIES(maria GenError)
+
ADD_EXECUTABLE(maria_ftdump maria_ftdump.c)
TARGET_LINK_LIBRARIES(maria_ftdump maria myisam mysys dbug strings zlib wsock32)
_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~maria-developers
More help : https://help.launchpad.net/ListHelp