projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51f45d6
)
Add utils_parse_option.c/h to amqp plugin source files list
author
Shahul Hameed
<skhajamohid1@bloomberg.net>
Mon, 20 Jul 2015 17:06:23 +0000
(13:06 -0400)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Sat, 1 Aug 2015 07:21:07 +0000
(09:21 +0200)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
62f9875
..
36b6bd7
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-152,6
+152,7
@@
if BUILD_PLUGIN_AMQP
pkglib_LTLIBRARIES += amqp.la
amqp_la_SOURCES = amqp.c \
utils_cmd_putval.c utils_cmd_putval.h \
+ utils_parse_option.c utils_parse_option.h \
utils_format_graphite.c utils_format_graphite.h \
utils_format_json.c utils_format_json.h
amqp_la_LDFLAGS = -module -avoid-version $(BUILD_WITH_LIBRABBITMQ_LDFLAGS)