projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c999f7e
)
src/Makefile.am: Added dependencies on `utils_cmd_putnotif.[ch]' to the exec plugin.
author
Florian Forster
<octo@huhu.verplant.org>
Wed, 27 Feb 2008 09:21:00 +0000
(10:21 +0100)
committer
Florian Forster
<octo@huhu.verplant.org>
Wed, 27 Feb 2008 09:21:00 +0000
(10:21 +0100)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
30ea1ee
..
257cadc
100644
(file)
--- 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