projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d942031
)
src/Makefile.am: Link the exec plugin with utils_parse_option.
author
Florian Forster
<octo@noris.net>
Wed, 27 Aug 2008 14:00:01 +0000
(16:00 +0200)
committer
Florian Forster
<octo@noris.net>
Wed, 27 Aug 2008 14:00:01 +0000
(16:00 +0200)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
ec1712f
..
f93c506
100644
(file)
--- 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