From: Ruben Kerkhof Date: Fri, 3 Jun 2016 18:26:10 +0000 (+0200) Subject: src/Makefile.am: remove useless assignment X-Git-Tag: collectd-5.6.0~275 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=e8a3d79753b41ebe235f717e25d81826dbd7a154;hp=a5d6aa8402e8f6b140c17e0701bc0ae4ea448063;p=collectd.git src/Makefile.am: remove useless assignment --- diff --git a/src/Makefile.am b/src/Makefile.am index 61919580..136d1055 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -428,7 +428,6 @@ endif # BUILD_PLUGIN_INTERFACE if BUILD_PLUGIN_IPC pkglib_LTLIBRARIES += ipc.la ipc_la_SOURCES = ipc.c -ipc_la_CFLAGS = $(AM_CFLAGS) ipc_la_LDFLAGS = $(PLUGIN_LDFLAGS) endif