[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:13:46 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=aeb0a24

The following commit has been merged in the master branch:
commit aeb0a244f6603b5f1d13fac3b64f82a67302f5d7
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Mon Mar 19 11:44:12 2012 +0100

    Fix compile by setting correct include dirs
---
 contact-applet/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contact-applet/CMakeLists.txt b/contact-applet/CMakeLists.txt
index 403b272..a5dc7b5 100644
--- a/contact-applet/CMakeLists.txt
+++ b/contact-applet/CMakeLists.txt
@@ -1,6 +1,6 @@
 include_directories(
-        ${CMAKE_SOURCE_DIR}
-        ${CMAKE_BINARY_DIR}
+        ${CMAKE_CURRENT_SOURCE_DIR}
+        ${CMAKE_CURRENT_BINARY_DIR}
         ${KDE4_INCLUDES}
         ${TELEPATHY_QT4_INCLUDE_DIR}
 )

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list