summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2020-09-10 13:48:06 +0200
committerGitHub <noreply@github.com>2020-09-10 13:48:06 +0200
commit54916258aa5b687766b8bcf7bb5a058fada3f855 (patch)
treeaaf2f79845ff22b48486d6b6a37f962324b02239 /Makefile.am
parentc1698e87f058c770f087888aba224fbdd018026a (diff)
Implements ACLK v2 http message with compression (#9895)
Allows cloud to use v2 queries which support compression.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 47250fdc03..7e4dca74ac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -535,6 +535,8 @@ ACLK_FILES += \
aclk/aclk_query.h \
aclk/mqtt.c \
aclk/mqtt.h \
+ aclk/aclk_rx_msgs.c \
+ aclk/aclk_rx_msgs.h \
aclk/aclk_lws_wss_client.c \
aclk/aclk_lws_wss_client.h \
aclk/aclk_lws_https_client.c \