summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2022-08-24 10:41:14 +0200
committerGitHub <noreply@github.com>2022-08-24 10:41:14 +0200
commit971fe355478c015a858a4428bf408ca2c2395c42 (patch)
tree32b1b1dffc40c0880a4576604e8776099040d380 /CMakeLists.txt
parentefd9989bc6edb5f32ef60cd53d237929a93f425f (diff)
Remove aclk_api.[ch] (#13540)
* get rid of aclk_starter middleman * get rid of aclk_api.[ch]
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9752f37187..901023fd1f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -860,15 +860,13 @@ set(CLAIM_PLUGIN_FILES
set(ACLK_ALWAYS_BUILD
aclk/aclk_rrdhost_state.h
- aclk/aclk_api.c
- aclk/aclk_api.h
aclk/aclk_proxy.c
aclk/aclk_proxy.h
+ aclk/aclk.c
+ aclk/aclk.h
)
set(ACLK_FILES
- aclk/aclk.c
- aclk/aclk.h
aclk/aclk_util.c
aclk/aclk_util.h
aclk/aclk_stats.c