summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt.ORI
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt.ORI')
-rw-r--r--CMakeLists.txt.ORI17
1 files changed, 0 insertions, 17 deletions
diff --git a/CMakeLists.txt.ORI b/CMakeLists.txt.ORI
deleted file mode 100644
index 8b2ebe7..0000000
--- a/CMakeLists.txt.ORI
+++ /dev/null
@@ -1,17 +0,0 @@
-kde4_add_executable(polkit-kde-authentication-agent-1 ${policykit_SRCS})
-
-target_link_libraries(polkit-kde-authentication-agent-1
- ${KDE4_TDEUI_LIBS}
- ${POLKITQT-1_LIBRARIES}
-)
-
-configure_file(polkit-kde-authentication-agent-1.desktop.in ${CMAKE_BINARY_DIR}/polkit-kde-authentication-agent-1.desktop)
-
-install(TARGETS polkit-kde-authentication-agent-1 DESTINATION ${LIBEXEC_INSTALL_DIR})
-
-install(FILES ${CMAKE_BINARY_DIR}/polkit-kde-authentication-agent-1.desktop DESTINATION ${AUTOSTART_INSTALL_DIR})
-
-install(FILES policykit1-kde.notifyrc DESTINATION ${DATA_INSTALL_DIR}/policykit1-kde)
-
-include(MacroOptionalAddSubdirectory)
-macro_optional_add_subdirectory( po )