diff --git a/lib/remote/CMakeLists.txt b/lib/remote/CMakeLists.txt index e43780160..29c45a29b 100644 --- a/lib/remote/CMakeLists.txt +++ b/lib/remote/CMakeLists.txt @@ -12,8 +12,8 @@ set(remote_SOURCES apiclient.cpp apiclient.hpp apifunction.cpp apifunction.hpp apilistener.cpp apilistener.hpp apilistener-ti.hpp apilistener-configsync.cpp apilistener-filesync.cpp + apilistener-authority.cpp apiuser.cpp apiuser.hpp apiuser-ti.hpp - authority.cpp configfileshandler.cpp configfileshandler.hpp configobjectutility.cpp configobjectutility.hpp configpackageshandler.cpp configpackageshandler.hpp diff --git a/lib/remote/authority.cpp b/lib/remote/apilistener-authority.cpp similarity index 100% rename from lib/remote/authority.cpp rename to lib/remote/apilistener-authority.cpp