summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9777653)
raw | patch | inline | side by side (parent: 9777653)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 9 Aug 2015 13:52:33 +0000 (15:52 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Mon, 30 Nov 2015 21:51:51 +0000 (22:51 +0100) |
If the write_riemann plugin is not enabled there's no
need to compile the protobuf files.
need to compile the protobuf files.
src/Makefile.am | patch | blob | history |
diff --git a/src/Makefile.am b/src/Makefile.am
index e82fe83928e1dac7523c365b0e8e95d5def5dc31..693228c83beaf126737d39b2c0baecd799e12a91 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
# Protocol buffer for the "write_riemann" plugin.
EXTRA_DIST += riemann.proto
-if HAVE_PROTOC_C
+if BUILD_PLUGIN_WRITE_RIEMANN
CLEANFILES += riemann.pb-c.c riemann.pb-c.h
BUILT_SOURCES += riemann.pb-c.c riemann.pb-c.h