File: Makefile.am

package info (click to toggle)
irssi 0.8.10-3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 8,964 kB
  • ctags: 5,972
  • sloc: ansic: 55,008; sh: 36,071; perl: 2,460; makefile: 1,030
file content (18 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (4)
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)