summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2023-03-31 05:11:53 +0700
committerGitHub <noreply@github.com>2023-03-31 01:11:53 +0300
commitc09dbb224aded790c591e0ce3aa0d717264da908 (patch)
tree6622da475e07d5d4eb3c7614ac7536c62520c96c /Makefile.am
parentec5c038f2ca3f665490887f6c690445e93c27a33 (diff)
minor - add capability signifying this agent can speak apiv2 (#14817)
* capa apiv2 * build new cancellation proto * commited on wrong branch :D Revert "build new cancellation proto" This reverts commit 8290422de4074b9c383e29ad10e041668056679a. * use common source of truth for capas in apiv2 * fix for possible races
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 05efd16983..9b38168871 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -696,8 +696,6 @@ 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 \
@@ -843,6 +841,8 @@ ACLK_ALWAYS_BUILD_FILES = \
aclk/aclk_proxy.h \
aclk/aclk.c \
aclk/aclk.h \
+ aclk/aclk_capas.c \
+ aclk/aclk_capas.h \
$(NULL)
SPAWN_PLUGIN_FILES = \