Code

write_graphite: remove linking against libyajl (#1976)
authorMarc Fournier <marc.fournier@camptocamp.com>
Tue, 4 Oct 2016 21:46:45 +0000 (23:46 +0200)
committerGitHub <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

src/Makefile.am

index dbd5bb91430d76a94dead7f929ce09bd56d608e9..37160c108013b7a1091988b72abad282c53db6e4 100644 (file)
@@ -1251,7 +1251,6 @@ pkglib_LTLIBRARIES += write_graphite.la
 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