diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-06 19:28:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-06 19:28:49 +0900 |
commit | 247750abcbf6760bbc52aa5d64fc375d6fbee8a3 (patch) | |
tree | 86e029a960ddd599edbeee8dddf70e87ee314e23 /mcop/CMakeLists.txt | |
parent | 595ad58e25c5d0f0c512194f66708f99e5bc1527 (diff) | |
download | arts-247750abcbf6760bbc52aa5d64fc375d6fbee8a3.tar.gz arts-247750abcbf6760bbc52aa5d64fc375d6fbee8a3.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 00d4f92b717fbcbed6f9eee361975d6ee5380d59)
Diffstat (limited to 'mcop/CMakeLists.txt')
-rw-r--r-- | mcop/CMakeLists.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/mcop/CMakeLists.txt b/mcop/CMakeLists.txt index e497bf6..0d28932 100644 --- a/mcop/CMakeLists.txt +++ b/mcop/CMakeLists.txt @@ -52,16 +52,16 @@ install( FILES set( target mcop ) set( ${target}_SRCS - buffer.cc connection.cc core.cc debug.cc dispatcher.cc - iomanager.cc object.cc socketconnection.cc tcpconnection.cc - unixconnection.cc tcpserver.cc unixserver.cc objectmanager.cc - factory.cc idlfilereg.cc ifacerepo_impl.cc mcoputils.cc - startupmanager.cc md5.c md5auth.cc referenceclean.cc - datapacket.cc asyncstream.cc notification.cc - flowsystem.cc extensionloader.cc tmpglobalcomm.cc - mcopconfig.cc connect.cc reference.cc type.cc - trader_impl.cc dynamicrequest.cc anyref.cc - loopback.cc delayedreturn.cc thread.cc dynamicskeleton.cc + buffer.cpp connection.cpp core.cpp debug.cpp dispatcher.cpp + iomanager.cpp object.cpp socketconnection.cpp tcpconnection.cpp + unixconnection.cpp tcpserver.cpp unixserver.cpp objectmanager.cpp + factory.cpp idlfilereg.cpp ifacerepo_impl.cpp mcoputils.cpp + startupmanager.cpp md5.c md5auth.cpp referenceclean.cpp + datapacket.cpp asyncstream.cpp notification.cpp + flowsystem.cpp extensionloader.cpp tmpglobalcomm.cpp + mcopconfig.cpp connect.cpp reference.cpp type.cpp + trader_impl.cpp dynamicrequest.cpp anyref.cpp + loopback.cpp delayedreturn.cpp thread.cpp dynamicskeleton.cpp ) tde_add_library( ${target} SHARED |