Browse Source

Revert the ndb removal for now.

pull/374/head
Jonathan Perkin 15 years ago
parent
commit
74d6731682
  1. 1
      cmake/cpack_source_ignore_files.cmake
  2. 2
      cmake/make_dist.cmake.in

1
cmake/cpack_source_ignore_files.cmake

@ -36,6 +36,5 @@ include/config\\\\.h$
include/my_config\\\\.h$
/autom4te\\\\.cache/
errmsg\\\\.sys$
storage/ndb/
#
)

2
cmake/make_dist.cmake.in

@ -53,8 +53,6 @@ IF(BZR_EXECUTABLE)
RESULT_VARIABLE RESULT
)
FILE(REMOVE_RECURSE ${PACKAGE_DIR}/storage/ndb)
IF(NOT RESULT EQUAL 0)
SET(BZR_EXECUTABLE)
ENDIF()

Loading…
Cancel
Save