Makefile.am: Change "noinst_LTLIBRARIES" to "EXTRA_LTLIBRARIES".
authorFlorian Forster <octo@collectd.org>
Thu, 27 Sep 2018 20:02:46 +0000 (22:02 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 4 Oct 2018 19:14:37 +0000 (21:14 +0200)
Required fix after rebasing on master.

Makefile.am

index 8a9710c..12d6fa4 100644 (file)
@@ -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