Browse Source

* Also compile httpd24

git-svn-id: trunk@23206 -
michael 12 years ago
parent
commit
26bab0d14f
2 changed files with 7 additions and 0 deletions
  1. 1 0
      packages/fpmake_add.inc
  2. 6 0
      packages/fpmake_proc.inc

+ 1 - 0
packages/fpmake_add.inc

@@ -47,6 +47,7 @@
   add_httpd13;
   add_httpd13;
   add_httpd20;
   add_httpd20;
   add_httpd22;
   add_httpd22;
+  add_httpd24;
   add_ibase;
   add_ibase;
   add_iconvenc;
   add_iconvenc;
   add_imagemagick;
   add_imagemagick;

+ 6 - 0
packages/fpmake_proc.inc

@@ -272,6 +272,12 @@ begin
 {$include httpd22/fpmake.pp}
 {$include httpd22/fpmake.pp}
 end;
 end;
 
 
+procedure add_httpd24;
+begin
+  with Installer do
+{$include httpd24/fpmake.pp}
+end;
+
 procedure add_ibase;
 procedure add_ibase;
 begin
 begin
   with Installer do
   with Installer do