diff options
Diffstat (limited to 'conduits/memofileconduit/CMakeLists.txt')
-rw-r--r-- | conduits/memofileconduit/CMakeLists.txt | 4 |
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} ) |