From 997634c813763c9a25139f363c3084b056b3421d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 26 Jul 2011 08:09:02 +0200 Subject: [PATCH] Remove a not working include directory The kwin/lib directory does not exist for one release cycle now. --- effects/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/effects/CMakeLists.txt b/effects/CMakeLists.txt index 25ba57ca35..416725e5fa 100644 --- a/effects/CMakeLists.txt +++ b/effects/CMakeLists.txt @@ -63,11 +63,6 @@ macro( KWIN4_EFFECT_LINK_XRENDER name ) endif( KWIN_HAVE_XRENDER_COMPOSITING ) endmacro( KWIN4_EFFECT_LINK_XRENDER ) -# Make sure we can see our libraries -include_directories( - ${KDEBASE_WORKSPACE_SOURCE_DIR}/kwin/lib - ) - # Install the KWin/Effect service type install( FILES kwineffect.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} )