Revert "Cleanup"

This reverts commit fbd9685991.

Should have been on a branch.
This commit is contained in:
Bradley C. Kuszmaul 2014-02-14 17:06:22 -05:00
parent d76887a9c2
commit 6154c3d31b
2 changed files with 2 additions and 0 deletions

View file

@ -67,3 +67,4 @@ install(
## build tags
include(TokuBuildTagDatabases)

View file

@ -390,6 +390,7 @@ if(BUILD_TESTING OR BUILD_SRC_TESTS)
add_space_separated_property(TARGET ${base}.tdb COMPILE_FLAGS -fvisibility=hidden)
endforeach(bin)
foreach(bin ${tdb_bins})
get_filename_component(base ${bin} NAME_WE)
target_link_libraries(${base}.tdb HotBackup)