Fixed key pair loading crash with SILC Plugin when key pair
[silc.git] / apps / irssi / scripts / Makefile.am
index e7653f06d4545d3faef1458b3c0a6ec79b52b3f3..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 \
        autorejoin.pl \
-       clones.pl \
-       hello.pl \
+       buf.pl \
+       dns.pl \
+       kills.pl \
        mail.pl \
-       privmsg.pl \
-       realname.pl \
-       quitmsg.pl
+       mlock.pl \
+       quitmsg.pl \
+       scriptassist.pl \
+       silc.pl \
+       splitlong.pl \
+       usercount.pl
 
 EXTRA_DIST = $(script_DATA)