summaryrefslogtreecommitdiffstats
path: root/Makefile.am
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 /Makefile.am
parentefd9989bc6edb5f32ef60cd53d237929a93f425f (diff)
Remove aclk_api.[ch] (#13540)
* get rid of aclk_starter middleman * get rid of aclk_api.[ch]
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 7f8adf6afd..153731f978 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -676,8 +676,6 @@ PARSER_FILES = \
if ENABLE_ACLK
ACLK_FILES = \
- aclk/aclk.c \
- aclk/aclk.h \
aclk/aclk_util.c \
aclk/aclk_util.h \
aclk/aclk_stats.c \
@@ -860,10 +858,10 @@ endif #ENABLE_ACLK
ACLK_ALWAYS_BUILD_FILES = \
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 \
$(NULL)
SPAWN_PLUGIN_FILES = \