From: Jim Radford Date: Tue, 17 Sep 2013 17:52:03 +0000 (+0000) Subject: perl plugin: plugins are linked with *_LIBADD and LIBS not *_LIBS and LIBS X-Git-Tag: collectd-5.5.0~84^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=f0e6ade9d038d320c9e126afbe042d134622c124;p=collectd.git perl plugin: plugins are linked with *_LIBADD and LIBS not *_LIBS and LIBS --- diff --git a/src/Makefile.am b/src/Makefile.am index d33f06a6..004fc94b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -769,7 +769,7 @@ perl_la_CFLAGS += -Wno-nonnull endif perl_la_LDFLAGS = $(PLUGIN_LDFLAGS) \ $(PERL_LDFLAGS) -perl_la_LIBS = $(PERL_LIBS) +perl_la_LIBADD = $(PERL_LIBS) endif if BUILD_PLUGIN_PF