Fixed key pair loading crash with SILC Plugin when key pair
[silc.git] / apps / irssi / scripts / examples / Makefile.am
1
2 if SILCPLUGIN
3 scriptdir = $(datadir)/irssi/scripts
4 else
5 scriptdir = $(datadir)/silc/scripts
6 endif
7
8 script_DATA = \
9         command.pl \
10         msg-event.pl \
11         redirect.pl
12
13 EXTRA_DIST = $(script_DATA)