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:
parent
a31c897ef5
commit
41d00e8b91
3
Changes
3
Changes
@ -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)
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user