Skip to content

Commit

Permalink
bpluginfo install
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Dec 20, 2017
1 parent bea1d87 commit 0009c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/CMakeLists.txt
Expand Up @@ -38,7 +38,7 @@ target_link_libraries(bwild bareos ${JANSSON_LIBRARIES})
add_executable(bscrypto bscrypto.cc)
target_link_libraries(bscrypto bareos ${JANSSON_LIBRARIES})

IF(NOT ${HAVE_WIN32})
IF(NOT HAVE_WIN32)
add_executable(bpluginfo bpluginfo.cc)
target_link_libraries(bpluginfo bareos ${DL_LIBRARIES} ${JANSSON_LIBRARIES})

Expand All @@ -53,7 +53,7 @@ set (TOOLS_SBIN
bscrypto bwild bregex
)

IF(NOT ${HAVE_WIN32})
IF(NOT HAVE_WIN32)
LIST(APPEND TOOLS_BIN timelimit)
LIST(APPEND TOOLS_SBIN bpluginfo timelimit)
ENDIF()
Expand Down

0 comments on commit 0009c97

Please sign in to comment.