From: Florian Forster Date: Wed, 27 Feb 2008 09:21:00 +0000 (+0100) Subject: src/Makefile.am: Added dependencies on `utils_cmd_putnotif.[ch]' to the exec plugin. X-Git-Tag: collectd-4.3.1~8 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=1c57a2487371c95ea1a0daa55a783ec4cab6eb41;p=collectd.git src/Makefile.am: Added dependencies on `utils_cmd_putnotif.[ch]' to the exec plugin. --- diff --git a/src/Makefile.am b/src/Makefile.am index 30ea1ee3..257cadc7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -216,7 +216,9 @@ endif if BUILD_PLUGIN_EXEC pkglib_LTLIBRARIES += exec.la -exec_la_SOURCES = exec.c utils_cmd_putval.c utils_cmd_putval.h +exec_la_SOURCES = exec.c \ + utils_cmd_putnotif.c utils_cmd_putnotif.h \ + utils_cmd_putval.c utils_cmd_putval.h exec_la_LDFLAGS = -module -avoid-version if BUILD_WITH_LIBPTHREAD exec_la_LDFLAGS += -lpthread