[issue 175] fix thread linkage

git-svn-id: http://encfs.googlecode.com/svn/trunk@116 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
Valient Gough 2013-10-03 05:15:25 +00:00
parent e2b912c731
commit 6c3f2105bf
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,6 @@ target_link_libraries (encfs
encfs-base
${GLOG_LIBRARIES}
${FUSE_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
)
if (POD2MAN)

View File

@ -22,6 +22,7 @@ add_library (encfs-fs
target_link_libraries (encfs-fs
${PROTOBUF_LIBRARY}
${CMAKE_THREAD_LIBS_INIT}
)
add_executable (checkops