diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-14 19:08:37 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-14 19:08:37 +0000 |
commit | 980b72e4c127c6ae70aeaa764e25d44d353c8231 (patch) | |
tree | 081cea05a9eb3efc30eeaf93dd19577a34f66f7c /kioslave | |
parent | c8497121426fa36cedbf1cb32b1017d831946673 (diff) | |
download | tdebase-980b72e4c127c6ae70aeaa764e25d44d353c8231.tar.gz tdebase-980b72e4c127c6ae70aeaa764e25d44d353c8231.zip |
Added missing gzip kioslave file to CMake
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1224897 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kioslave')
-rw-r--r-- | kioslave/filter/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslave/filter/CMakeLists.txt b/kioslave/filter/CMakeLists.txt index cc511f564..11694d2dd 100644 --- a/kioslave/filter/CMakeLists.txt +++ b/kioslave/filter/CMakeLists.txt @@ -22,7 +22,7 @@ link_directories( ##### other data ################################ -install( FILES bzip.protocol bzip2.protocol DESTINATION ${SERVICES_INSTALL_DIR} ) +install( FILES gzip.protocol bzip.protocol bzip2.protocol DESTINATION ${SERVICES_INSTALL_DIR} ) ##### kio_filter (module) ####################### |