mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 19:23:13 +02:00
Perl plugin support
This commit is contained in:
@@ -16,16 +16,21 @@
|
||||
#
|
||||
|
||||
if PLUGIN_PERL
|
||||
perl_dir=perl
|
||||
perl_dir = perl
|
||||
endif
|
||||
|
||||
# if PLUGIN_PYTHON
|
||||
# python_dir=python
|
||||
# python_dir = python
|
||||
# endif
|
||||
|
||||
# if PLUGIN_RUBY
|
||||
# ruby_dir=ruby
|
||||
# ruby_dir = ruby
|
||||
# endif
|
||||
|
||||
# SUBDIRS = $(perl_dir) $(python_dir) $(ruby_dir)
|
||||
SUBDIRS = $(perl_dir)
|
||||
|
||||
noinst_LIBRARIES = lib_weechat_plugins.a
|
||||
|
||||
lib_weechat_plugins_a_SOURCES = plugins.h \
|
||||
plugins.c
|
||||
|
||||
Reference in New Issue
Block a user