summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorChristopher Davis <loafier@gmail.com>2006-08-18 06:57:46 +0000
committerChristopher Davis <loafier@gmail.com>2006-08-18 06:57:46 +0000
commit0fe369309b7bebdabc6899ae1106c9dee4ff2b45 (patch)
tree8bab1e185bd70e8956b4aa01b1dc2c9e6ae8e173 /scripts/Makefile.am
parentfbad6a9f89e360727e42820250c8bdbc8e820743 (diff)
downloadirssi-python-0fe369309b7bebdabc6899ae1106c9dee4ff2b45.tar.gz
irssi-python-0fe369309b7bebdabc6899ae1106c9dee4ff2b45.tar.xz
irssi-python-0fe369309b7bebdabc6899ae1106c9dee4ff2b45.zip
added more scripts
git-svn-id: http://svn.irssi.org/repos/irssi-python@4319 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 32ad5a3..fd88f2c 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -1,6 +1,13 @@
scriptsdir = $(datadir)/irssi/scripts
-scripts_DATA = hello.py dumper.py test_window.py fork.py
+scripts_DATA = \
+ beep_beep.py \
+ dccmove.py \
+ df.py \
+ dumper.py \
+ fork.py \
+ hello.py \
+ test_window.py
EXTRA_DIST = $(scripts_DATA)