summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2020-07-10 15:31:30 +0200
committerGitHub <noreply@github.com>2020-07-10 15:31:30 +0200
commit42aa54eaf6a64348f23cc0c9ed0a071b79bc9cad (patch)
treed8e8cd9b2a695560e08c6db771afe7c6a4c8587e /Makefile.am
parent0be2c726035419bb3c06e7ee8852e5b58ff1b020 (diff)
adds support for multiple ACLK query processing threads (#9355)
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 0d93cdb9b0..e2d2502304 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -518,6 +518,8 @@ if ENABLE_ACLK
ACLK_FILES += \
aclk/agent_cloud_link.c \
aclk/agent_cloud_link.h \
+ aclk/aclk_query.c \
+ aclk/aclk_query.h \
aclk/mqtt.c \
aclk/mqtt.h \
aclk/aclk_lws_wss_client.c \