summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2021-01-11 09:01:32 +0100
committerGitHub <noreply@github.com>2021-01-11 09:01:32 +0100
commit6e33f048734e2b279f43926515aa343025a8b807 (patch)
tree846c40a1cff5da2ff8c8a534db9e5e3dd96ae942 /Makefile.am
parent7481a123dde93cb07e88d768f75d62369a6ca3b9 (diff)
ACLK fix error for older compilers (#10470)
* organizes code better and fixes error with older C compilers
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 333909e251..c24f733004 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -524,6 +524,7 @@ PARSER_FILES = \
$(NULL)
ACLK_FILES = \
+ aclk/aclk_rrdhost_state.h \
aclk/aclk_common.c \
aclk/aclk_common.h \
aclk/aclk_stats.c \