summaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
blob: cd7951537d2f83133997e2e2be7eb3d315906165 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 \
	usercount.pl

EXTRA_DIST = $(script_DATA)