1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 03:33:12 +02:00

Added demo plugin

This commit is contained in:
Sebastien Helleu
2007-11-03 12:42:30 +01:00
parent f6ed0f2e5b
commit 2e18be982f
8 changed files with 167 additions and 4 deletions
+5 -1
View File
@@ -64,4 +64,8 @@ if PLUGIN_TRIGGER
trigger_dir = trigger
endif
SUBDIRS = . $(irc_dir) $(script_dir) $(aspell_dir) $(charset_dir) $(fifo_dir) $(trigger_dir)
if PLUGIN_DEMO
demo_dir = demo
endif
SUBDIRS = . $(irc_dir) $(script_dir) $(aspell_dir) $(charset_dir) $(fifo_dir) $(trigger_dir) $(demo_dir)