Code

Merge branch 'collectd-4.8' into collectd-4.9
[collectd.git] / src / Makefile.am
index d928311a161e4a19f1aeb2edf9b441944464a155..4c3f5e97a16e8aede06eaa8ecd289a18b8a41081 100644 (file)
@@ -53,6 +53,9 @@ collectd_DEPENDENCIES =
 if BUILD_WITH_LIBRT
 collectd_LDADD += -lrt
 endif
+if BUILD_WITH_LIBPOSIX4
+collectd_LDADD += -lposix4
+endif
 if BUILD_WITH_LIBSOCKET
 collectd_LDADD += -lsocket
 endif