diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-10 00:39:48 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-10 00:39:48 +0000 |
commit | e7e6e20dfe99acbc56fe91bee131279d6e446c9d (patch) | |
tree | 4d0eb9aefade511dfe826046929cef35737f7133 /CMakeLists.txt | |
parent | 5c83bfc539ac50eb696a2c81e95dc04e83f8161c (diff) | |
download | tdelibs-e7e6e20dfe99acbc56fe91bee131279d6e446c9d.tar.gz tdelibs-e7e6e20dfe99acbc56fe91bee131279d6e446c9d.zip |
Add libkrsync to kdelibs
This allows unidirectional and bidirectional file transfer via rsync and unison, respectively
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1252392 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d397cab2..02e49c26b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -819,6 +819,7 @@ add_subdirectory( libkmid ) add_subdirectory( libkscreensaver ) add_subdirectory( networkstatus ) add_subdirectory( knewstuff ) +add_subdirectory( krsync ) add_subdirectory( licenses ) add_subdirectory( dnssd ) add_subdirectory( pics ) |