1
0
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:
Sebastien Helleu
2003-11-16 19:40:36 +00:00
parent fd9512bbbc
commit d4ec2e46aa
48 changed files with 6986 additions and 5844 deletions
+8 -3
View File
@@ -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