diff options
author | Michele Calgaro <[email protected]> | 2020-12-09 14:11:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-12-09 14:17:58 +0900 |
commit | ce469cbad1be7074adbcb346c4aa1acdbfd17a37 (patch) | |
tree | 153a6dd5cc39873d1aa2757e6c1a54271d3e6b11 /kopete/protocols/jabber/jingle/libjingle/talk/base/Makefile.am | |
parent | 15d37bd9bfff45673d3d106685b051941a14327a (diff) | |
download | tdenetwork-ce469cbad1be7074adbcb346c4aa1acdbfd17a37.tar.gz tdenetwork-ce469cbad1be7074adbcb346c4aa1acdbfd17a37.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit a06e2c2f225d76b67b0058a9880222f75d5495c3)
Diffstat (limited to 'kopete/protocols/jabber/jingle/libjingle/talk/base/Makefile.am')
-rw-r--r-- | kopete/protocols/jabber/jingle/libjingle/talk/base/Makefile.am | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/kopete/protocols/jabber/jingle/libjingle/talk/base/Makefile.am b/kopete/protocols/jabber/jingle/libjingle/talk/base/Makefile.am index 2921049a..ddffd93e 100644 --- a/kopete/protocols/jabber/jingle/libjingle/talk/base/Makefile.am +++ b/kopete/protocols/jabber/jingle/libjingle/talk/base/Makefile.am @@ -1,23 +1,23 @@ ## Does not compile with final KDE_OPTIONS = nofinal -libcricketbase_la_SOURCES = socketaddress.cc \ - jtime.cc \ - asyncudpsocket.cc \ - messagequeue.cc \ - thread.cc \ - physicalsocketserver.cc \ - bytebuffer.cc \ - asyncpacketsocket.cc \ - network.cc \ - asynctcpsocket.cc \ - socketadapters.cc \ +libcricketbase_la_SOURCES = socketaddress.cpp \ + jtime.cpp \ + asyncudpsocket.cpp \ + messagequeue.cpp \ + thread.cpp \ + physicalsocketserver.cpp \ + bytebuffer.cpp \ + asyncpacketsocket.cpp \ + network.cpp \ + asynctcpsocket.cpp \ + socketadapters.cpp \ md5c.c \ - base64.cc \ - task.cc \ - taskrunner.cc \ - host.cc \ - socketaddresspair.cc + base64.cpp \ + task.cpp \ + taskrunner.cpp \ + host.cpp \ + socketaddresspair.cpp noinst_HEADERS = asyncfile.h \ common.h \ |