#At file:///home/jonas/src/spj-clean/ based on revid:jan.wedvik@stripped
2894 Jonas Oreland 2009-06-23
ndb - add Dbspj to CMakeLists.txt-files
added:
storage/ndb/src/kernel/blocks/dbspj/CMakeLists.txt
modified:
storage/ndb/src/kernel/CMakeLists.txt
storage/ndb/src/kernel/blocks/CMakeLists.txt
=== modified file 'storage/ndb/src/kernel/CMakeLists.txt'
--- a/storage/ndb/src/kernel/CMakeLists.txt 2009-03-04 14:54:30 +0000
+++ b/storage/ndb/src/kernel/CMakeLists.txt 2009-06-23 10:12:40 +0000
@@ -36,6 +36,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOUR
${CMAKE_CURRENT_SOURCE_DIR}/blocks/suma
${CMAKE_CURRENT_SOURCE_DIR}/blocks/dbtux
${CMAKE_CURRENT_SOURCE_DIR}/blocks/dbinfo
+ ${CMAKE_CURRENT_SOURCE_DIR}/blocks/dbspj
${CMAKE_SOURCE_DIR}/storage/ndb/src/mgmsrv
${CMAKE_SOURCE_DIR}/storage/ndb/src/mgmapi
)
@@ -56,6 +57,7 @@ LINK_LIBRARIES(ndbcmvmi
ndbsuma
ndbdbtux
ndbdbinfo
+ ndbdbspj
ndbkernel
ndberror
ndbtransport
=== modified file 'storage/ndb/src/kernel/blocks/CMakeLists.txt'
--- a/storage/ndb/src/kernel/blocks/CMakeLists.txt 2008-11-16 09:15:35 +0000
+++ b/storage/ndb/src/kernel/blocks/CMakeLists.txt 2009-06-23 10:12:40 +0000
@@ -30,6 +30,7 @@ ADD_SUBDIRECTORY(dbutil)
ADD_SUBDIRECTORY(suma)
ADD_SUBDIRECTORY(dbtux)
ADD_SUBDIRECTORY(dbinfo)
+ADD_SUBDIRECTORY(dbspj)
INCLUDE(${CMAKE_SOURCE_DIR}/storage/ndb/config/type_kernel.cmake)
=== added file 'storage/ndb/src/kernel/blocks/dbspj/CMakeLists.txt'
--- a/storage/ndb/src/kernel/blocks/dbspj/CMakeLists.txt 1970-01-01 00:00:00 +0000
+++ b/storage/ndb/src/kernel/blocks/dbspj/CMakeLists.txt 2009-06-23 10:12:40 +0000
@@ -0,0 +1,20 @@
+# Copyright (C) 2007 MySQL AB
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+
+INCLUDE(${CMAKE_SOURCE_DIR}/storage/ndb/config/type_kernel.cmake)
+
+ADD_LIBRARY(ndbdbspj STATIC
+ DbspjInit.cpp DbspjMain.cpp DbspjProxy.cpp)
Attachment: [text/bzr-bundle] bzr/jonas@mysql.com-20090623101240-n0u35slid0z9r3x8.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.0-spj branch (jonas:2894) | Jonas Oreland | 23 Jun |