1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

Renamed plugins names (removed "lib" prefix in name)

This commit is contained in:
Sebastien Helleu
2006-06-14 16:23:53 +00:00
parent f6ff17ebb0
commit d8b775d2c4
16 changed files with 64 additions and 50 deletions
+4 -4
View File
@@ -19,8 +19,8 @@ INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(PERL_CFLAGS)
libdir = ${weechat_libdir}/plugins
lib_LTLIBRARIES = libperl.la
lib_LTLIBRARIES = perl.la
libperl_la_SOURCES = weechat-perl.c
libperl_la_LDFLAGS = -module
libperl_la_LIBADD = ../lib_weechat_plugins_scripts.la $(PERL_LFLAGS)
perl_la_SOURCES = weechat-perl.c
perl_la_LDFLAGS = -module
perl_la_LIBADD = ../lib_weechat_plugins_scripts.la $(PERL_LFLAGS)