From: Sebastian Harl Date: Tue, 28 Aug 2007 17:04:53 +0000 (+0200) Subject: src/Makefile.am: Added utils_cmd_putval to exec_la_SOURCES. X-Git-Tag: collectd-4.1.0~23 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=60172edc441eb64206aa1942576128bc07369f5f;p=collectd.git src/Makefile.am: Added utils_cmd_putval to exec_la_SOURCES. Without this, utils_cmd_putval will not be linked into the exec plugin and the "handle_putval" symbol will not be available at runtime. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/src/Makefile.am b/src/Makefile.am index 6f3db918..2bf1ee51 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -209,7 +209,7 @@ endif if BUILD_PLUGIN_EXEC pkglib_LTLIBRARIES += exec.la -exec_la_SOURCES = exec.c +exec_la_SOURCES = exec.c utils_cmd_putval.c utils_cmd_putval.h exec_la_LDFLAGS = -module -avoid-version if BUILD_WITH_LIBPTHREAD exec_la_LDFLAGS += -lpthread