author | Florian Forster <octo@noris.net> | |
Tue, 23 Oct 2007 11:33:41 +0000 (13:33 +0200) | ||
committer | Florian Forster <octo@noris.net> | |
Tue, 23 Oct 2007 11:33:41 +0000 (13:33 +0200) |
Conflicts:
configure.in
src/Makefile.am
configure.in
src/Makefile.am
1 | 2 | |||
---|---|---|---|---|
configure.in | patch | | diff1 | | diff2 | | blob | history |
src/Makefile.am | patch | | diff1 | | diff2 | | blob | history |
diff --cc configure.in
index 4dc04b0ee21cd6bcc60a0951b0788b7a4fcd9de5,ce8698bdd67747869f070c232090aa448c97c88e..48b4e62ceacb56abf7f177643699003a0a01dbb8
--- 1/configure.in
--- 2/configure.in
+++ b/configure.in
memory . . . . . . $enable_memory
multimeter . . . . $enable_multimeter
mysql . . . . . . . $enable_mysql
+ netlink . . . . . . $enable_netlink
+ network . . . . . . $enable_network
nfs . . . . . . . . $enable_nfs
+ nginx . . . . . . . $enable_nginx
ntpd . . . . . . . $enable_ntpd
+ nut . . . . . . . . $enable_nut
+ perl . . . . . . . $enable_perl
ping . . . . . . . $enable_ping
processes . . . . . $enable_processes
sensors . . . . . . $enable_sensors
diff --cc src/Makefile.am
index 15e170860b06bcccf134cf86dc30c9b7c0076136,85c5f589682ea66d624848611bc5e6ba1c7fbc61..24cdf3f196da4e74714f83bec4c286b5ff3661f7
--- 1/src/Makefile.am
--- 2/src/Makefile.am
+++ b/src/Makefile.am
collectd_DEPENDENCIES += nfs.la
endif
-if BUILD_MODULE_NGINX
++if BUILD_PLUGIN_NGINX
+ pkglib_LTLIBRARIES += nginx.la
+ nginx_la_SOURCES = nginx.c
+ nginx_la_LDFLAGS = -module -avoid-version
+ if BUILD_WITH_LIBCURL
+ nginx_la_LDFLAGS += $(BUILD_WITH_LIBCURL_LIBS)
+ endif
+ collectd_LDADD += "-dlopen" nginx.la
+ collectd_DEPENDENCIES += nginx.la
+ endif
+
-if BUILD_MODULE_NTPD
+if BUILD_PLUGIN_NTPD
pkglib_LTLIBRARIES += ntpd.la
ntpd_la_SOURCES = ntpd.c
ntpd_la_LDFLAGS = -module -avoid-version