summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 69d058a)
raw | patch | inline | side by side (parent: 69d058a)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 4 Oct 2016 21:46:45 +0000 (23:46 +0200) | ||
committer | GitHub <noreply@github.com> | |
Tue, 4 Oct 2016 21:46:45 +0000 (23:46 +0200) |
write_graphite doesn't have anything to do with json. This seems to have
been accidentally added in 30c1111.
Fixes https://bugs.debian.org/839771
been accidentally added in 30c1111.
Fixes https://bugs.debian.org/839771
src/Makefile.am | patch | blob | history |
diff --git a/src/Makefile.am b/src/Makefile.am
index dbd5bb91430d76a94dead7f929ce09bd56d608e9..37160c108013b7a1091988b72abad282c53db6e4 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
write_graphite_la_SOURCES = write_graphite.c \
utils_format_graphite.c utils_format_graphite.h
write_graphite_la_LDFLAGS = $(PLUGIN_LDFLAGS)
-write_graphite_la_LIBADD = libformat_json.la
endif
if BUILD_PLUGIN_WRITE_HTTP