diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-01-12 15:25:38 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-01-12 15:25:38 +0100 |
commit | c17a4d5c768d8e23e2c4b329eec264f1038967dc (patch) | |
tree | 8aef876fbb97e7d67b59e552a47df2fff3bb7bef /src/plugins/scripts/perl/Makefile.am | |
parent | add64d6f477c8c1768f98c8a8c03d7b207a87a6b (diff) | |
download | weechat-c17a4d5c768d8e23e2c4b329eec264f1038967dc.zip |
Migration of Python plugin to new API, bugs fixed in Perl/Python plugins
Diffstat (limited to 'src/plugins/scripts/perl/Makefile.am')
-rw-r--r-- | src/plugins/scripts/perl/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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) |