From: Marek Becka Date: Wed, 26 Jul 2017 11:25:16 +0000 (-0400) Subject: Fix source path in automake X-Git-Tag: collectd-5.8.0~100^2~1 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=be78373fc36cf79622f54f70416b86393a1c9677 Fix source path in automake --- diff --git a/Makefile.am b/Makefile.am index c93e3645..24c5b8c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1556,7 +1556,7 @@ endif if BUILD_PLUGIN_SYNPROXY pkglib_LTLIBRARIES += synproxy.la -synproxy_la_SOURCES = synproxy.c +synproxy_la_SOURCES = src/synproxy.c synproxy_la_LDFLAGS = $(PLUGIN_LDFLAGS) endif