diff options
author | Slávek Banko <[email protected]> | 2017-06-02 16:15:34 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2017-06-02 16:15:34 +0200 |
commit | 50d21388fb27b915d32b406fac9e587b632413e8 (patch) | |
tree | ef87f4a336feabbfb7b6c7020f151783b6046d01 /tdeioslave/smb/CMakeLists.txt | |
parent | d7b8615289da74c47c996b050123d029e5e96045 (diff) | |
download | tdebase-50d21388fb27b915d32b406fac9e587b632413e8.tar.gz tdebase-50d21388fb27b915d32b406fac9e587b632413e8.zip |
Fix build with smbclient in a samba specific directory
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'tdeioslave/smb/CMakeLists.txt')
-rw-r--r-- | tdeioslave/smb/CMakeLists.txt | 1 |
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} ) |