From: Ruben Kerkhof Date: Fri, 3 Jun 2016 18:45:20 +0000 (+0200) Subject: openvpn plugin: remove useless assignment X-Git-Tag: collectd-5.6.0~266 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=8d5bd199bc3c2e54d4ed28dddfba76bc8ca62623;p=collectd.git openvpn plugin: remove useless assignment --- diff --git a/src/Makefile.am b/src/Makefile.am index 79d7cd4a..9b040fc1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -772,7 +772,6 @@ endif if BUILD_PLUGIN_OPENVPN pkglib_LTLIBRARIES += openvpn.la openvpn_la_SOURCES = openvpn.c -openvpn_la_CFLAGS = $(AM_CFLAGS) openvpn_la_LDFLAGS = $(PLUGIN_LDFLAGS) endif