diff options
author | Timo Sirainen <cras@irssi.org> | 2002-03-10 21:30:45 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-03-10 21:30:45 +0000 |
commit | 0b7ebb6adb03df18f79612d7df77cd3cce1ed0c7 (patch) | |
tree | 65e47bbe74e46ea45b39cb23bb146b5fb9f599e0 /scripts/examples | |
parent | 03c71116e044fda9d99e827a4ffb0652d508abb5 (diff) | |
download | irssi-0b7ebb6adb03df18f79612d7df77cd3cce1ed0c7.zip |
script updates..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2570 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'scripts/examples')
-rw-r--r-- | scripts/examples/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/examples/Makefile.am b/scripts/examples/Makefile.am new file mode 100644 index 00000000..c8d8c8e0 --- /dev/null +++ b/scripts/examples/Makefile.am @@ -0,0 +1,8 @@ +scriptdir = $(datadir)/irssi/scripts + +script_DATA = \ + command.pl \ + msg-event.pl \ + redirect.pl + +EXTRA_DIST = $(script_DATA) |