projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c5e428
)
Pinba: only compile .proto files when enabled
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 9 Aug 2015 13:50:55 +0000
(15:50 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 28 Nov 2015 12:10:28 +0000
(13:10 +0100)
If the pinba plugin is not enabled there's no
need to compile the protobuf files.
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
199adcf
..
8674658
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-1368,7
+1368,7
@@
EXTRA_DIST += collectd.conf.pod \
# Protocol buffer for the "pinba" plugin.
EXTRA_DIST += pinba.proto
-if
HAVE_PROTOC_C
+if
BUILD_PLUGIN_PINBA
CLEANFILES += pinba.pb-c.c pinba.pb-c.h
BUILT_SOURCES += pinba.pb-c.c pinba.pb-c.h