mirror of
https://github.com/vgough/encfs.git
synced 2025-01-23 22:28:34 +01:00
[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:
parent
e2b912c731
commit
6c3f2105bf
@ -18,7 +18,6 @@ target_link_libraries (encfs
|
||||
encfs-base
|
||||
${GLOG_LIBRARIES}
|
||||
${FUSE_LIBRARIES}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
)
|
||||
|
||||
if (POD2MAN)
|
||||
|
@ -22,6 +22,7 @@ add_library (encfs-fs
|
||||
|
||||
target_link_libraries (encfs-fs
|
||||
${PROTOBUF_LIBRARY}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
)
|
||||
|
||||
add_executable (checkops
|
||||
|
Loading…
Reference in New Issue
Block a user