[refactor] change back teleport class name to teleport-app

This commit is contained in:
Julian Sparber
2017-10-02 14:31:57 +02:00
parent 8f17179000
commit 56835864e6
10 changed files with 18 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ headers = files(
'teleport-server.h',
'teleport-window.h',
'teleport-peer.h',
'teleport.h'
'teleport-app.h'
)
install_headers(headers, subdir: meson.project_name())
@@ -21,7 +21,7 @@ sources = files(
'teleport-get.c',
'teleport-publish.c',
'teleport-server.c',
'teleport.c',
'teleport-app.c',
'teleport-window.c',
'teleport-peer.c',
'main.c'