From 22392a4917f743fedab8b276f1e09be88b707ee8 Mon Sep 17 00:00:00 2001 From: Albert Vaca Date: Mon, 2 Sep 2013 14:47:37 +0200 Subject: [PATCH] Rename cmakemacros.txt -> macros.cmake --- kded/CMakeLists.txt | 2 +- kded/plugins/battery/CMakeLists.txt | 2 +- kded/plugins/notifications/CMakeLists.txt | 2 +- cmakemacros.txt => macros.cmake | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename cmakemacros.txt => macros.cmake (100%) diff --git a/kded/CMakeLists.txt b/kded/CMakeLists.txt index 8e6383477..c2926c58e 100644 --- a/kded/CMakeLists.txt +++ b/kded/CMakeLists.txt @@ -36,7 +36,7 @@ target_link_libraries(kded_kdeconnect ${QCA2_LIBRARIES} ) -include(../cmakemacros.txt) +include(../macros.cmake) generate_and_install_dbus_interface( kded_kdeconnect diff --git a/kded/plugins/battery/CMakeLists.txt b/kded/plugins/battery/CMakeLists.txt index ce52b3e5d..405bdcec3 100644 --- a/kded/plugins/battery/CMakeLists.txt +++ b/kded/plugins/battery/CMakeLists.txt @@ -32,7 +32,7 @@ target_link_libraries(kdeconnect_battery install(TARGETS kdeconnect_battery DESTINATION ${PLUGIN_INSTALL_DIR} ) install(FILES kdeconnect_battery.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) -include(../../../cmakemacros.txt) +include(../../../macros.cmake) generate_and_install_dbus_interface( kdeconnect_battery diff --git a/kded/plugins/notifications/CMakeLists.txt b/kded/plugins/notifications/CMakeLists.txt index 38fd4ad45..c7f4afa04 100644 --- a/kded/plugins/notifications/CMakeLists.txt +++ b/kded/plugins/notifications/CMakeLists.txt @@ -33,7 +33,7 @@ target_link_libraries(kdeconnect_notifications install(TARGETS kdeconnect_notifications DESTINATION ${PLUGIN_INSTALL_DIR} ) install(FILES kdeconnect_notifications.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) -include(../../../cmakemacros.txt) +include(../../../macros.cmake) generate_and_install_dbus_interface( kdeconnect_notifications notificationsdbusinterface.h diff --git a/cmakemacros.txt b/macros.cmake similarity index 100% rename from cmakemacros.txt rename to macros.cmake