X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2FMakefile.am;h=f533b12cea1744c4c09d5491e61b92027efe96bc;hb=99ea6c890424d5045cd33db8daa7c28d887b2a88;hp=0ed299b5fa48d830eb92cad8e6ddd77c1eed5bed;hpb=8be9c73cc216609a54a1b997aad8a3d646a0a43f;p=collectd.git diff --git a/src/Makefile.am b/src/Makefile.am index 0ed299b5..f533b12c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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