X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=f929ffc2deb69a2843d12aa607985ee6f9fdbcff;hb=db13c6de0558fac44baed03c24af111c50dad7ec;hp=266ff10c1048ee777a146b5ebe1af18d2c822dae;hpb=2f7fd156e92952dc478d3735e79af7d344a1eba1;p=collectd.git diff --git a/Makefile.am b/Makefile.am index 266ff10c..f929ffc2 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 \ @@ -599,11 +599,7 @@ test_utils_oauth_LDADD = \ liboauth.la \ libcommon.la \ libplugin_mock.la -endif -endif -endif -if BUILD_WITH_LIBCURL noinst_LTLIBRARIES += libgce.la libgce_la_SOURCES = \ src/utils_gce.c \ @@ -614,6 +610,8 @@ libgce_la_CPPFLAGS = \ libgce_la_LIBADD = \ $(BUILD_WITH_LIBCURL_LIBS) endif +endif +endif if BUILD_WITH_LIBYAJL2 noinst_LTLIBRARIES += libformat_stackdriver.la @@ -1581,7 +1579,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