summaryrefslogtreecommitdiffstats
path: root/conduits/memofileconduit/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-05-29 19:05:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-05-29 19:31:17 +0900
commit66abbed5e08370412b81be1628590898ceeeb604 (patch)
treeb31703c326b690ad90f926f97ce0e92e70bf7cdd /conduits/memofileconduit/CMakeLists.txt
parent51b78ed87ec5219dc0413aa86132f16cb0a8cab1 (diff)
downloadkpilot-66abbed5e08370412b81be1628590898ceeeb604.tar.gz
kpilot-66abbed5e08370412b81be1628590898ceeeb604.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'conduits/memofileconduit/CMakeLists.txt')
-rw-r--r--conduits/memofileconduit/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/conduits/memofileconduit/CMakeLists.txt b/conduits/memofileconduit/CMakeLists.txt
index 92a4bfe..dd5f573 100644
--- a/conduits/memofileconduit/CMakeLists.txt
+++ b/conduits/memofileconduit/CMakeLists.txt
@@ -16,8 +16,8 @@ link_directories(
##### conduit_memofile (kpart) ##################
tde_add_kpart( conduit_memofile AUTOMOC
- SOURCES memofileSettings.kcfgc setup_base.ui memofile-factory.cc
- memofile.cc memofiles.cc memofile-conduit.cc
+ SOURCES memofileSettings.kcfgc setup_base.ui memofile-factory.cpp
+ memofile.cpp memofiles.cpp memofile-conduit.cpp
LINK kpilot-shared tdeui-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)