Skip to content

Commit

Permalink
droplet: fix link problem with bareossd-chunked lib
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Sep 21, 2018
1 parent 22d674d commit cccfdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/stored/backends/CMakeLists.txt
Expand Up @@ -42,7 +42,7 @@ endif()

if(${HAVE_DROPLET})
add_library(bareossd-chunked SHARED chunked_device.cc)
target_link_libraries(bareossd-chunked ${DROPLET_LIBRARIES})
target_link_libraries(bareossd-chunked bareos ${DROPLET_LIBRARIES})
INSTALL(TARGETS bareossd-chunked DESTINATION ${backenddir})

add_library(bareossd-droplet MODULE droplet_device.cc)
Expand Down

0 comments on commit cccfdd4

Please sign in to comment.