CMake: Don't add Custom.make to the bundle.

Change-Id: I08f2701e4450f34aa9d840cc5f507e9348e115bd
Reviewed-on: https://code.wireshark.org/review/4605
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2014-10-10 17:19:55 -07:00
parent 6e42a72923
commit 81f9976b06
1 changed files with 1 additions and 0 deletions

View File

@ -1164,6 +1164,7 @@ if(ENABLE_APPLICATION_BUNDLE)
set(BUNDLE_RESOURCE_SHARE_WIRESHARK_SUBIDR_FILES)
foreach (_subdir ${INSTALL_DIRS})
file(GLOB _subdir_files RELATIVE ${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/${_subdir}/*)
list(REMOVE_ITEM _subdir_files ${_subdir}/Custom.make)
set(BUNDLE_RESOURCE_SHARE_WIRESHARK_SUBIDR_FILES
${BUNDLE_RESOURCE_SHARE_WIRESHARK_SUBIDR_FILES}
${_subdir_files}