about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-08-15 09:28:31 +0000
committerEric Wong <e@80x24.org>2015-08-15 19:15:33 +0000
commit885250c3c289c96764e0eb9f432a389136d07088 (patch)
tree3eb8ca6e8ccbe53b985d8ab3639004c918a5c249 /Makefile.PL
parent675494c58ef7a39a92c79cbf02975b9da3991c0b (diff)
downloadpublic-inbox-885250c3c289c96764e0eb9f432a389136d07088.tar.gz
We need to make the indexer executable and installable
while we're at it.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 1ee10896..f302b7c0 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,7 +9,8 @@ WriteMakefile(
         AUTHOR => 'Eric Wong <normalperson@yhbt.net>',
         ABSTRACT => 'public-inbox server infrastructure',
         EXE_FILES => [qw/public-inbox-mda public-inbox.cgi
-                        public-inbox-learn public-inbox-init/],
+                        public-inbox-learn public-inbox-init
+                        public-inbox-index/],
         PREREQ_PM => {
                 # note: we use ssoma(1) and spamc(1), NOT the Perl modules
                 # We also depend on git through ssoma.