diff --git a/effects/CMakeLists.txt b/effects/CMakeLists.txt index abbbba4941..7fcf9e718f 100644 --- a/effects/CMakeLists.txt +++ b/effects/CMakeLists.txt @@ -1,6 +1,3 @@ -# the factory macros cause errors -kde4_no_enable_final(kwineffects) - set(kwin_effect_OWN_LIBS kwineffects ) diff --git a/kcmkwin/CMakeLists.txt b/kcmkwin/CMakeLists.txt index 35bd72dd19..c4041a2b7b 100644 --- a/kcmkwin/CMakeLists.txt +++ b/kcmkwin/CMakeLists.txt @@ -1,5 +1,3 @@ -kde4_no_enable_final( kwinoptions ) - add_subdirectory( kwinoptions ) add_subdirectory( kwindecoration ) add_subdirectory( kwinrules )