From f0e6ade9d038d320c9e126afbe042d134622c124 Mon Sep 17 00:00:00 2001 From: Jim Radford Date: Tue, 17 Sep 2013 17:52:03 +0000 Subject: [PATCH] perl plugin: plugins are linked with *_LIBADD and LIBS not *_LIBS and LIBS --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0