summaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
blob: b3c641b741aa3d4548c656be5fb8825de3af743e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS = examples

scriptdir = $(datadir)/irssi/scripts

script_DATA = \
	autoop.pl \
	autorejoin.pl \
	buf.pl \
	dns.pl \
	kills.pl \
	mail.pl \
	mlock.pl \
	quitmsg.pl \
	sb_search.pl \
	scriptassist.pl \
	splitlong.pl \
	usercount.pl

EXTRA_DIST = $(script_DATA)