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

scriptdir = $(datadir)/irssi/scripts

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

EXTRA_DIST = $(script_DATA)