Add qpsmtpd-prefork to the install targets (Robin Bowes)

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@851 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Ask Bjørn Hansen 2008-03-12 16:13:41 +00:00
parent a31c897ef5
commit 41d00e8b91
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
Add qpsmtpd-prefork to the install targets (Robin Bowes)
0.43 - February 5, 2008
(This release was mostly done by Matt Sergeant and Hanno Hecker)

View File

@ -16,7 +16,7 @@ WriteMakefile(
},
ABSTRACT => 'Flexible smtpd daemon written in Perl',
AUTHOR => 'Ask Bjorn Hansen <ask@develooper.com>',
EXE_FILES => [qw(qpsmtpd qpsmtpd-forkserver)],
EXE_FILES => [qw(qpsmtpd qpsmtpd-forkserver qpsmtpd-prefork)],
);
sub MY::libscan {