fixed compilation of utils

master
crusader-mike 2019-10-11 13:29:52 -05:00
parent 70801203e2
commit 4b12b5e005
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ endif()
foreach(TARGET ${UTILITIES})
add_executable(${TARGET} ${TARGET}.c)
target_link_libraries(${TARGET} nfs)
target_link_libraries(${TARGET} nfs nfs_mount)
endforeach()