diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-11-08 22:04:51 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-08 16:33:37 -0800 |
commit | e0f43d8a84b29431359452b694a556052a74135d (patch) | |
tree | 754d8282211df73411bf08c2517751e41c6aaa36 /desktop-widgets/plugins | |
parent | 4ddf4f6d83709880a5a421182ae5cc85bf03fcd0 (diff) | |
download | subsurface-e0f43d8a84b29431359452b694a556052a74135d.tar.gz |
Link the facebook plugin against the subsurface_interface
This should prevent a compile issue on mac, worked without it on linux.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/plugins')
-rw-r--r-- | desktop-widgets/plugins/facebook/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-widgets/plugins/facebook/CMakeLists.txt b/desktop-widgets/plugins/facebook/CMakeLists.txt index 82a6c7799..3f63a8fac 100644 --- a/desktop-widgets/plugins/facebook/CMakeLists.txt +++ b/desktop-widgets/plugins/facebook/CMakeLists.txt @@ -3,5 +3,5 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) add_library(facebook_integration SHARED ${FACEBOOK_PLUGIN_SRCS}) -target_link_libraries(facebook_integration subsurface_corelib ${QT_LIBRARIES}) -add_dependencies(facebook_integration subsurface_corelib)
\ No newline at end of file +target_link_libraries(facebook_integration subsurface_corelib subsurface_interface ${QT_LIBRARIES}) +add_dependencies(facebook_integration subsurface_corelib subsurface_interface)
\ No newline at end of file |