From: Sebastian Harl Date: Sat, 4 Jun 2016 14:23:22 +0000 (+0200) Subject: src/Makefile: Don't set subdir-objects. X-Git-Tag: collectd-5.6.0~246^2~2 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=72a76347831a848e6722d9147297a1e03c4c01d8 src/Makefile: Don't set subdir-objects. That's now done globally via configure. --- diff --git a/src/Makefile.am b/src/Makefile.am index b4c7d515..4dff62d7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,8 +17,6 @@ endif AM_CPPFLAGS += -DPLUGINDIR='"${pkglibdir}"' AM_CPPFLAGS += -DPKGDATADIR='"${pkgdatadir}"' -AUTOMAKE_OPTIONS = subdir-objects - V_PROTOC = $(v_protoc_@AM_V@) v_protoc_ = $(v_protoc_@AM_DEFAULT_V@) v_protoc_0 = @echo " PROTOC " $@;