From 54916258aa5b687766b8bcf7bb5a058fada3f855 Mon Sep 17 00:00:00 2001 From: Timotej S <6674623+underhood@users.noreply.github.com> Date: Thu, 10 Sep 2020 13:48:06 +0200 Subject: Implements ACLK v2 http message with compression (#9895) Allows cloud to use v2 queries which support compression. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3