perl plugin: plugins are linked with *_LIBADD and LIBS not *_LIBS and LIBS
authorJim Radford <radford@galvanix.com>
Tue, 17 Sep 2013 17:52:03 +0000 (17:52 +0000)
committerJim Radford <radford@blackbean.org>
Wed, 14 Jan 2015 19:23:35 +0000 (11:23 -0800)
src/Makefile.am

index d33f06a..004fc94 100644 (file)
@@ -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