summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndrew Moss <1043609+amoss@users.noreply.github.com>2020-03-10 12:21:32 +0100
committerGitHub <noreply@github.com>2020-03-10 12:21:32 +0100
commit4acc880bab388c6ea61a1016dcbc44e387dd932c (patch)
treeb553a306024f2c5048e81db934902d8673e2c83f /Makefile.am
parent3e272d1cffae08312496b2451adea7115a7aae8f (diff)
Improve ACLK according to results of the smoke-test. (#8358)
* Cleaning up the ACLK part 2 (#8187) * Initial proxy support implementation (#8146) * Implement the ACLK Challenge-Response Authentication (#8317) Co-authored-by: Timo <6674623+underhood@users.noreply.github.com>
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 d7011e32a7..272bc75a22 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -472,6 +472,8 @@ CLAIM_PLUGIN_FILES = \
$(NULL)
ACLK_PLUGIN_FILES = \
+ aclk/aclk_common.c \
+ aclk/aclk_common.h \
aclk/agent_cloud_link.c \
aclk/agent_cloud_link.h \
aclk/mqtt.c \