diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-10-31 17:39:25 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-10-31 17:39:25 +0100 |
commit | 02c0dec9cbf1d5e211b8c3c3041c0219c2b2b87d (patch) | |
tree | ed0c7413a47758980183e56f59b7de8090668035 /src/plugins/scripts/perl/Makefile.am | |
parent | c008e6474d6f2fe8e0faac91c9b55dd016bc2098 (diff) | |
download | weechat-02c0dec9cbf1d5e211b8c3c3041c0219c2b2b87d.zip |
Renamed sources files in script plugins
Diffstat (limited to 'src/plugins/scripts/perl/Makefile.am')
-rw-r--r-- | src/plugins/scripts/perl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scripts/perl/Makefile.am b/src/plugins/scripts/perl/Makefile.am index e7310ab67..62635fd9f 100644 --- a/src/plugins/scripts/perl/Makefile.am +++ b/src/plugins/scripts/perl/Makefile.am @@ -20,6 +20,6 @@ libdir = ${weechat_libdir}/plugins lib_LTLIBRARIES = perl.la -perl_la_SOURCES = weechat-perl.c +perl_la_SOURCES = perl.c perl_la_LDFLAGS = -module perl_la_LIBADD = ../lib_weechat_plugins_scripts.la $(PERL_LFLAGS) |