Code

tail plugin: Add a plugin to tail and parse logfiles.
[collectd.git] / src / Makefile.am
index a51c161b8c0fb3b23f238702d8420dbc97f4e923..c3d0b1d3a02049525b875c26db20fb037f0a5f79 100644 (file)
@@ -566,6 +566,14 @@ collectd_LDADD += "-dlopen" syslog.la
 collectd_DEPENDENCIES += syslog.la
 endif
 
+if BUILD_PLUGIN_TAIL
+pkglib_LTLIBRARIES += tail.la
+tail_la_SOURCES = tail.c
+tail_la_LDFLAGS = -module -avoid-version
+collectd_LDADD += "-dlopen" tail.la
+collectd_DEPENDENCIES += tail.la
+endif
+
 if BUILD_PLUGIN_TAPE
 pkglib_LTLIBRARIES += tape.la
 tape_la_SOURCES = tape.c