From: Florian Forster Date: Thu, 27 Sep 2018 20:02:46 +0000 (+0200) Subject: Makefile.am: Change "noinst_LTLIBRARIES" to "EXTRA_LTLIBRARIES". X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=cfd3a27aab151799a6819128fb13cfdeda582ac7;p=collectd.git Makefile.am: Change "noinst_LTLIBRARIES" to "EXTRA_LTLIBRARIES". Required fix after rebasing on master. --- diff --git a/Makefile.am b/Makefile.am index 8a9710cd..12d6fa43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -577,7 +577,7 @@ liboconfig_la_LDFLAGS = -avoid-version $(LEXLIB) if BUILD_WITH_LIBCURL if BUILD_WITH_LIBSSL if BUILD_WITH_LIBYAJL2 -noinst_LTLIBRARIES += liboauth.la +EXTRA_LTLIBRARIES += liboauth.la liboauth_la_SOURCES = \ src/utils_oauth.c \ src/utils_oauth.h @@ -600,7 +600,7 @@ test_utils_oauth_LDADD = \ libcommon.la \ libplugin_mock.la -noinst_LTLIBRARIES += libgce.la +EXTRA_LTLIBRARIES += libgce.la libgce_la_SOURCES = \ src/utils_gce.c \ src/utils_gce.h @@ -614,7 +614,7 @@ endif endif if BUILD_WITH_LIBYAJL2 -noinst_LTLIBRARIES += libformat_stackdriver.la +EXTRA_LTLIBRARIES += libformat_stackdriver.la libformat_stackdriver_la_SOURCES = \ src/utils_format_stackdriver.c \ src/utils_format_stackdriver.h