Move killer/ to helpers/killer

All helper binaries invoked from KWin go to helpers subdirectory.
This commit is contained in:
Martin Gräßlin 2016-06-29 10:42:31 +02:00
parent 50569a2580
commit 133a2f0c29
4 changed files with 1 additions and 1 deletions

View file

@ -324,7 +324,6 @@ include_directories(BEFORE
)
add_subdirectory( libkwineffects )
add_subdirectory( killer )
if(KWIN_BUILD_KCMS)
add_subdirectory( kcmkwin )
endif()

View file

@ -1 +1,2 @@
add_subdirectory(killer)
add_subdirectory(xclipboardsync)