summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2022-11-16 04:05:33 +0700
committerGitHub <noreply@github.com>2022-11-15 23:05:33 +0200
commitf289ba344990ae1f16f6019c72de1e52dcf260bf (patch)
tree3ba507d9d104bf7cbce257baa76ae3f7301177da /Makefile.am
parent224b051a2b2bab39a4b536e531ab9ca590bf31bb (diff)
Add 'funcs' capability (#13992)
* cleanup capas + add func capa * make it const * fixes * freez
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 d1af8ad45b..95a2e28f46 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -690,6 +690,8 @@ ACLK_FILES = \
aclk/aclk_alarm_api.h \
aclk/aclk_contexts_api.c \
aclk/aclk_contexts_api.h \
+ aclk/aclk_capas.c \
+ aclk/aclk_capas.h \
aclk/helpers/mqtt_wss_pal.h \
aclk/helpers/ringbuffer_pal.h \
aclk/schema-wrappers/connection.cc \