From c17a4d5c768d8e23e2c4b329eec264f1038967dc Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 12 Jan 2008 15:25:38 +0100 Subject: Migration of Python plugin to new API, bugs fixed in Perl/Python plugins --- src/plugins/scripts/perl/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/scripts/perl/Makefile.am') diff --git a/src/plugins/scripts/perl/Makefile.am b/src/plugins/scripts/perl/Makefile.am index a064a3a1f..d140f1174 100644 --- a/src/plugins/scripts/perl/Makefile.am +++ b/src/plugins/scripts/perl/Makefile.am @@ -22,6 +22,7 @@ lib_LTLIBRARIES = perl.la perl_la_SOURCES = weechat-perl.c \ weechat-perl.h \ - weechat-perl-api.c + weechat-perl-api.c \ + weechat-perl-api.h perl_la_LDFLAGS = -module perl_la_LIBADD = ../lib_weechat_plugins_scripts.la $(PERL_LFLAGS) -- cgit v1.2.3