Link the `disk' plugin against `IOKitLib' when available..
authorocto <octo>
Sat, 15 Apr 2006 17:34:36 +0000 (17:34 +0000)
committerocto <octo>
Sat, 15 Apr 2006 17:34:36 +0000 (17:34 +0000)
src/Makefile.am

index c554abe..025548a 100644 (file)
@@ -105,6 +105,9 @@ if BUILD_MODULE_DISK
 pkglib_LTLIBRARIES += disk.la
 disk_la_SOURCES = disk.c
 disk_la_LDFLAGS = -module -avoid-version
+if BUILD_WITH_LIBIOKIT
+disk_la_LDFLAGS += -lIOKit
+endif
 collectd_LDADD += "-dlopen" disk.la
 collectd_DEPENDENCIES += disk.la
 endif