projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce5ce8a
)
Link the `disk' plugin against `IOKitLib' when available..
author
octo
<octo>
Sat, 15 Apr 2006 17:34:36 +0000
(17:34 +0000)
committer
octo
<octo>
Sat, 15 Apr 2006 17:34:36 +0000
(17:34 +0000)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
c554abe
..
025548a
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-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