summaryrefslogtreecommitdiffstats
path: root/tdeioslave/smb/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2017-06-02 16:15:34 +0200
committerSlávek Banko <slavek.banko@axis.cz>2017-06-02 16:15:43 +0200
commitcd36da20761945fc2e222c56e3cd84f3bd259efd (patch)
tree064458fe5d5bf059f6c8c5cd0c261f606dc6a1e4 /tdeioslave/smb/CMakeLists.txt
parente51435e449ffc840e0dfc16e6c8c2e1667230072 (diff)
downloadtdebase-cd36da20761945fc2e222c56e3cd84f3bd259efd.tar.gz
tdebase-cd36da20761945fc2e222c56e3cd84f3bd259efd.zip
Fix build with smbclient in a samba specific directory
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 50d21388fb27b915d32b406fac9e587b632413e8)
Diffstat (limited to 'tdeioslave/smb/CMakeLists.txt')
-rw-r--r--tdeioslave/smb/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tdeioslave/smb/CMakeLists.txt b/tdeioslave/smb/CMakeLists.txt
index 23cc1f000..c347c997d 100644
--- a/tdeioslave/smb/CMakeLists.txt
+++ b/tdeioslave/smb/CMakeLists.txt
@@ -21,6 +21,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${SMBCLIENT_LIBRARY_DIRS}
)