mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +02:00
Added some missing functions in Perl plugin API
This commit is contained in:
@@ -19,7 +19,11 @@ INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\"
|
||||
noinst_LTLIBRARIES = lib_weechat_plugins_scripts.la
|
||||
|
||||
lib_weechat_plugins_scripts_la_SOURCES = script.c \
|
||||
script.h
|
||||
script.h \
|
||||
script-callback.c \
|
||||
script-callback.h \
|
||||
script-api.c \
|
||||
script-api.h
|
||||
|
||||
if PLUGIN_PERL
|
||||
perl_dir = perl
|
||||
|
||||
Reference in New Issue
Block a user