Fixed key pair loading crash with SILC Plugin when key pair
[silc.git] / apps / irssi / scripts / Makefile.am
index 38cc48267c9ffbbdee3d771a7bf27c43f55980d6..69fa88a4d6678c14d22051aca31863b544c73569 100644 (file)
@@ -1,13 +1,23 @@
+SUBDIRS = examples
+
+if SILCPLUGIN
+scriptdir = $(datadir)/irssi/scripts
+else
 scriptdir = $(datadir)/silc/scripts
+endif
 
 script_DATA = \
        autoop.pl \
-       clones.pl \
-       hello.pl \
-       mail.pl \
-       beep.pl \
-       dns.pl  \
-       mail-maildir.pl \
-       silc-mime.pl
+       autorejoin.pl \
+       buf.pl \
+       dns.pl \
+       kills.pl \
+       mail.pl \
+       mlock.pl \
+       quitmsg.pl \
+       scriptassist.pl \
+       silc.pl \
+       splitlong.pl \
+       usercount.pl
 
 EXTRA_DIST = $(script_DATA)