Code

collectd.conf(5): Documented the option of the rrdtool-plugin.
[collectd.git] / src / Makefile.am
index fc9041d8c6666d039453ff5a20ff8c466f60336c..4ea3be0ed985c034df363a56b9f31cc2f1503e50 100644 (file)
@@ -277,6 +277,9 @@ network_la_LDFLAGS = -module -avoid-version
 if BUILD_WITH_LIBSOCKET
 network_la_LDFLAGS += -lsocket
 endif
+if BUILD_WITH_LIBPTHREAD
+network_la_LDFLAGS += -lpthread
+endif
 collectd_LDADD += "-dlopen" network.la
 collectd_DEPENDENCIES += network.la
 endif