[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:06:26 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=7650f81

The following commit has been merged in the master branch:
commit 7650f811152a7ec1d958087901d08334fc010a67
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Fri Mar 6 14:30:57 2015 +0100

    Don't install headers and so link for private library
    
    Reviewed-by: Harald Sitter
---
 src/KCMTelepathyAccounts/CMakeLists.txt | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/src/KCMTelepathyAccounts/CMakeLists.txt b/src/KCMTelepathyAccounts/CMakeLists.txt
index 59f88eb..8b894a4 100644
--- a/src/KCMTelepathyAccounts/CMakeLists.txt
+++ b/src/KCMTelepathyAccounts/CMakeLists.txt
@@ -99,13 +99,7 @@ endif (MSVC)
 # Install:
 install (TARGETS ktpaccountskcminternal
          ${INSTALL_TARGETS_DEFAULT_ARGS}
-)
-
-install (FILES
-        ${libktpaccountskcminternal_HDRS}
-        ${libktpaccountskcminternal_PRETTY_HDRS}
-        kcm_telepathy_accounts_export.h
-        DESTINATION ${INCLUDE_INSTALL_DIR}/KCMTelepathyAccounts COMPONENT Devel
+         LIBRARY NAMELINK_SKIP
 )
 
 install (FILES

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list