diff options
Diffstat (limited to 'tderesources/groupwise/tdeioslave/CMakeLists.txt')
-rw-r--r-- | tderesources/groupwise/tdeioslave/CMakeLists.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tderesources/groupwise/tdeioslave/CMakeLists.txt b/tderesources/groupwise/tdeioslave/CMakeLists.txt index aec2c35d1..20e6d5251 100644 --- a/tderesources/groupwise/tdeioslave/CMakeLists.txt +++ b/tderesources/groupwise/tdeioslave/CMakeLists.txt @@ -25,9 +25,11 @@ link_directories( ##### other data ################################ -install( FILES - groupwise.protocol groupwises.protocol - DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE groupwise.protocol groupwises.protocol + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR tderesources-desktops +) ##### tdeio_groupwise (module) #################### |