From: Florian Forster Date: Wed, 27 Aug 2008 14:00:01 +0000 (+0200) Subject: src/Makefile.am: Link the exec plugin with utils_parse_option. X-Git-Tag: collectd-4.5.0~12 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=91f3557608cc89aeb2e8340dea6e3e35b08cadf0;p=collectd.git src/Makefile.am: Link the exec plugin with utils_parse_option. --- diff --git a/src/Makefile.am b/src/Makefile.am index ec1712f1..f93c5065 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -245,6 +245,7 @@ endif if BUILD_PLUGIN_EXEC pkglib_LTLIBRARIES += exec.la exec_la_SOURCES = exec.c \ + utils_parse_option.h utils_parse_option.c \ utils_cmd_putnotif.c utils_cmd_putnotif.h \ utils_cmd_putval.c utils_cmd_putval.h exec_la_LDFLAGS = -module -avoid-version