From 9a31008108740bf39d86bdfcb86363a71cad7c0c Mon Sep 17 00:00:00 2001 From: Pavel Rochnyack Date: Sun, 14 Oct 2018 17:37:46 +0700 Subject: [PATCH] Fix 'make distcheck' (for `master-aggregation` hook) Change introduced in df135922b19890047ebf725e6b82cd1c174c6d52 (#2810) This change causes error in 'master-aggregation' hook: ERROR: files left in build directory after distclean: ./liboconfig.la ./libcommon.la ./libmount.la ./libformat_json.la ./libheap.la ./libignorelist.la ./libavltree.la ./libformat_graphite.la ./liblatency.la ./liblookup.la ./libmetadata.la ./libcmds.la --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 48a7cb3d..81a73d00 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,7 +127,7 @@ bin_PROGRAMS = \ endif # BUILD_WIN32 -EXTRA_LTLIBRARIES = \ +noinst_LTLIBRARIES = \ libavltree.la \ libcmds.la \ libcommon.la \ @@ -1517,7 +1517,7 @@ python_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(LIBPYTHON_LDFLAGS) endif if HAVE_LIBMNL -EXTRA_LTLIBRARIES += libtaskstats.la +noinst_LTLIBRARIES += libtaskstats.la libtaskstats_la_SOURCES = \ src/utils_taskstats.c \ src/utils_taskstats.h -- 2.11.0