diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-08 22:26:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-08 22:26:17 +0900 |
commit | fce86b22a2367f1be1f9aae5e1ba3d18d1371b74 (patch) | |
tree | 707fe84fef0569a152e632ce1e16407f9d19a3d2 /audiofile_artsplugin/CMakeLists.txt | |
parent | 41fa1afc2c571b909acd0312e4eebb4a0b21e3c2 (diff) | |
download | tdemultimedia-fce86b22a2367f1be1f9aae5e1ba3d18d1371b74.tar.gz tdemultimedia-fce86b22a2367f1be1f9aae5e1ba3d18d1371b74.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'audiofile_artsplugin/CMakeLists.txt')
-rw-r--r-- | audiofile_artsplugin/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audiofile_artsplugin/CMakeLists.txt b/audiofile_artsplugin/CMakeLists.txt index 90c863d6..baf94bf3 100644 --- a/audiofile_artsplugin/CMakeLists.txt +++ b/audiofile_artsplugin/CMakeLists.txt @@ -27,7 +27,7 @@ link_directories( tde_add_library( arts_audiofile SHARED AUTOMOC SOURCES - audiofilearts.cc audiofilePlayObjectI.cpp + audiofilearts.cpp audiofilePlayObjectI.cpp VERSION 0.0.0 LINK mcop kmedia2_idl soundserver_idl artsflow artsflow_idl ${AUDIOFILE_LIBRARIES} @@ -36,7 +36,7 @@ tde_add_library( arts_audiofile SHARED AUTOMOC add_custom_command( OUTPUT - audiofilearts.cc audiofilearts.h + audiofilearts.cpp audiofilearts.h audiofilearts.mcoptype audiofilearts.mcopclass COMMAND ${ARTS_MCOPIDL_EXECUTABLE} -t -I${ARTS_INCLUDEDIR} ${CMAKE_CURRENT_SOURCE_DIR}/audiofilearts.idl |