summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am13
-rw-r--r--scripts/examples/Makefile.am8
2 files changed, 16 insertions, 5 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 7a5a7ab4..b6dfbc4e 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -1,12 +1,15 @@
+SUBDIRS = examples
+
scriptdir = $(datadir)/irssi/scripts
script_DATA = \
autoop.pl \
autorejoin.pl \
- clones.pl \
- hello.pl \
- privmsg.pl \
- realname.pl \
- quitmsg.pl
+ buf.pl \
+ dns.pl \
+ kills.pl \
+ mlock.pl \
+ quitmsg.pl \
+ splitlong.pl
EXTRA_DIST = $(script_DATA)
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)