X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=f929ffc2deb69a2843d12aa607985ee6f9fdbcff;hb=c00630eab6161514c1044e8adb2895f179a535da;hp=6a0f78e1c449da416e8eee78d8eeca5f8e73f249;hpb=cb3704e79da2bdd96c58aca72560cc02379fb0b4;p=collectd.git diff --git a/Makefile.am b/Makefile.am index 6a0f78e1..f929ffc2 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 -EXTRA_LTLIBRARIES += liboauth.la +noinst_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 -EXTRA_LTLIBRARIES += libgce.la +noinst_LTLIBRARIES += libgce.la libgce_la_SOURCES = \ src/utils_gce.c \ src/utils_gce.h @@ -614,7 +614,7 @@ endif endif if BUILD_WITH_LIBYAJL2 -EXTRA_LTLIBRARIES += libformat_stackdriver.la +noinst_LTLIBRARIES += libformat_stackdriver.la libformat_stackdriver_la_SOURCES = \ src/utils_format_stackdriver.c \ src/utils_format_stackdriver.h