Skip to content

Commit

Permalink
added dependency on db.h Tokutek/mongo#869
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwalsh committed Dec 25, 2013
1 parent e1aec56 commit 1a5fe82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -4,6 +4,7 @@ add_library(backup_plugin SHARED
backup_plugin
manager
)
add_dependencies(backup_plugin install_tdb_h)

install(TARGETS backup_plugin
DESTINATION ${INSTALL_LIBDIR}/plugins
Expand Down

0 comments on commit 1a5fe82

Please sign in to comment.