From: Ruben Kerkhof Date: Fri, 3 Jun 2016 15:01:32 +0000 (+0200) Subject: collectdctl: let automake compute dependencies X-Git-Tag: collectd-5.6.0~284 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=99e9ed5bebd6b2fc0f978679f692ea44091c667a;p=collectd.git collectdctl: let automake compute dependencies Automake already does the right thing based on the library added with _LDADD --- diff --git a/src/Makefile.am b/src/Makefile.am index 361fc531..db8b44ed 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -68,7 +68,6 @@ endif collectdctl_SOURCES = collectdctl.c collectdctl_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/src/libcollectdclient/collectd -I$(top_builddir)/src/libcollectdclient/collectd collectdctl_LDADD = libcollectdclient/libcollectdclient.la -collectdctl_DEPENDENCIES = libcollectdclient/libcollectdclient.la if BUILD_WITH_LIBSOCKET collectdctl_LDADD += -lsocket endif