Skip to content

Commit 4ea307f

Browse files
author
Jonas Oreland
committed
ndb - install ndb_error_reporter and ndb_size.pl too
1 parent 6928b1f commit 4ea307f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

storage/ndb/tools/CMakeLists.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,9 @@ IF (MYSQL_VERSION_ID LESS "50501")
102102
ENDIF()
103103

104104
# Install the ndb_dist_priv.sql script
105-
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/ndb_dist_priv.sql DESTINATION ${INSTALL_MYSQLSHAREDIR})
105+
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/ndb_dist_priv.sql
106+
DESTINATION ${INSTALL_MYSQLSHAREDIR})
107+
108+
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/ndb_error_reporter
109+
${CMAKE_CURRENT_SOURCE_DIR}/ndb_size.pl
110+
DESTINATION ${INSTALL_BINDIR})

0 commit comments

Comments
 (0)