summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTimo <6674623+underhood@users.noreply.github.com>2020-04-03 17:38:25 +0200
committerGitHub <noreply@github.com>2020-04-03 17:38:25 +0200
commitba56c8b107aa5ddacf031f285337e1cd24a0ac0c (patch)
tree99f1b36eddf49238a3c14670e41114a0e876f22f /Makefile.am
parent4ce1b108afecf6e335e112136165e96539e77b92 (diff)
fix ubuntu build with both libcap-dev and libcapng (#8596)
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 32a7894e38..e4e240cbda 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -642,6 +642,7 @@ if ENABLE_ACLK
netdata_LDADD = \
externaldeps/mosquitto/libmosquitto.a \
externaldeps/libwebsockets/libwebsockets.a \
+ $(OPTIONAL_LIBCAP_LIBS) \
$(NETDATA_COMMON_LIBS) \
$(NULL)
else