1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 11:13:12 +02:00

New plugin interface (loads dynamic C libraries)

This commit is contained in:
Sebastien Helleu
2005-10-15 12:34:21 +00:00
parent 5130b1dc4f
commit cdc33d08b0
60 changed files with 13636 additions and 7740 deletions
+6 -5
View File
@@ -18,20 +18,21 @@
INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\"
if PLUGIN_PERL
perl_dir = perl
script_dir = scripts
endif
if PLUGIN_PYTHON
python_dir = python
script_dir = scripts
endif
if PLUGIN_RUBY
ruby_dir = ruby
script_dir = scripts
endif
SUBDIRS = $(perl_dir) $(python_dir) $(ruby_dir)
SUBDIRS = $(script_dir)
noinst_LIBRARIES = lib_weechat_plugins.a
lib_weechat_plugins_a_SOURCES = plugins.h \
lib_weechat_plugins_a_SOURCES = weechat-plugin.h \
plugins.h \
plugins.c