Makefile.am: s/EXTRA_LTLIBRARIES/noinst_LTLIBRARIES/
authorFlorian Forster <octo@collectd.org>
Thu, 18 Oct 2018 11:28:02 +0000 (13:28 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 18 Oct 2018 11:28:36 +0000 (13:28 +0200)
9a31008108740bf39d86bdfcb86363a71cad7c0c did not make it into the PR
branch. :\

Makefile.am

index 6a0f78e..f929ffc 100644 (file)
@@ -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