blob: fd88f2c1300067ecc3c5bb6ad2eced39a0a71b3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
scriptsdir = $(datadir)/irssi/scripts
scripts_DATA = \
beep_beep.py \
dccmove.py \
df.py \
dumper.py \
fork.py \
hello.py \
test_window.py
EXTRA_DIST = $(scripts_DATA)
|