summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 274f9e66ae..24de58e66f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -712,8 +712,8 @@ netdata_SOURCES = $(NETDATA_FILES)
if ENABLE_ACLK
netdata_LDADD = \
externaldeps/mosquitto/libmosquitto.a \
- externaldeps/libwebsockets/libwebsockets.a \
$(OPTIONAL_LIBCAP_LIBS) \
+ $(OPTIONAL_LWS_LIBS) \
$(NETDATA_COMMON_LIBS) \
$(NULL)
else