diff --git a/obexftp/apps/CMakeLists.txt b/obexftp/apps/CMakeLists.txt index b5c84e4..4a98363 100644 --- a/obexftp/apps/CMakeLists.txt +++ b/obexftp/apps/CMakeLists.txt @@ -5,14 +5,14 @@ add_definitions( -DVERSION="${obexftp_VERSION}" ) add_definitions ( -DHAVE_USB ) add_executable ( obexftp_app obexftp.c ) -target_link_libraries ( obexftp_app obexftp ) +target_link_libraries ( obexftp_app bfb multicobex obexftp ) set_target_properties ( obexftp_app PROPERTIES OUTPUT_NAME obexftp ) add_executable ( obexftpd_app obexftpd.c ) -target_link_libraries ( obexftpd_app obexftp openobex ) +target_link_libraries ( obexftpd_app bfb multicobex obexftp openobex ) set_target_properties ( obexftpd_app PROPERTIES OUTPUT_NAME obexftpd ) diff --git a/obexftp/fuse/CMakeLists.txt b/obexftp/fuse/CMakeLists.txt index 0c80d3d..b05868a 100644 --- a/obexftp/fuse/CMakeLists.txt +++ b/obexftp/fuse/CMakeLists.txt @@ -13,7 +13,7 @@ if ( Fuse_FOUND ) ) target_link_libraries ( obexfs - obexftp + bfb multicobex obexftp ${Fuse_LIBRARIES} ${EXPAT_LIBRARIES} ) @@ -23,7 +23,7 @@ if ( Fuse_FOUND ) ) target_link_libraries ( obexautofs - obexftp + bfb multicobex obexftp ${Fuse_LIBRARIES} )