summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2021-09-14 00:54:50 +0530
committerTor Lillqvist <tml@iki.fi>2021-10-21 12:28:13 +0300
commitf02a0a1447cacc9214f91d2b8341796b44ed2733 (patch)
tree23c5b28880ae1e7f097645385c313561e8ae204a /Makefile.am
parentDon't show 'reconnecting' on idle (diff)
downloadonline-f02a0a1447cacc9214f91d2b8341796b44ed2733.tar.gz
online-f02a0a1447cacc9214f91d2b8341796b44ed2733.zip
freemium: renamed Freemium namespace to CommandControl
also renamed freemium files accordingly Signed-off-by: Pranam Lashkari <lpranam@collabora.com> Change-Id: Id33b8a1d1a2a8725bfa6e7b7c562430ea126993c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 8ea2caa980..e371b0ed54 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -105,7 +105,7 @@ shared_sources = common/FileUtil.cpp \
common/Util.cpp \
common/ConfigUtil.cpp \
common/Authorization.cpp \
- common/Freemium.cpp \
+ common/CommandControl.cpp \
net/DelaySocket.cpp \
net/HttpRequest.cpp \
net/HttpHelper.cpp \
@@ -286,7 +286,7 @@ shared_headers = common/Common.hpp \
common/SigUtil.hpp \
common/security.h \
common/SpookyV2.h \
- common/Freemium.hpp \
+ common/CommandControl.hpp \
net/Buffer.hpp \
net/DelaySocket.hpp \
net/FakeSocket.hpp \