diff options
author | randomdan <randomdan@localhost> | 2010-12-22 00:40:26 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2010-12-22 00:40:26 +0000 |
commit | 823fa88ba22160e8e95992de0a9d5c7619688ac8 (patch) | |
tree | 996cfbc248dea7be08abda6b35b75c3ca394b69e | |
parent | Split the plain CGI and the FastCGI variants into separate programs with a no... (diff) | |
download | project2-823fa88ba22160e8e95992de0a9d5c7619688ac8.tar.bz2 project2-823fa88ba22160e8e95992de0a9d5c7619688ac8.tar.xz project2-823fa88ba22160e8e95992de0a9d5c7619688ac8.zip |
Install the new variants of CGI
-rw-r--r-- | project2/Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/Jamfile.jam b/project2/Jamfile.jam index a707a05..6ae5713 100644 --- a/project2/Jamfile.jam +++ b/project2/Jamfile.jam @@ -139,5 +139,5 @@ exe p2console : ; explicit install ; -package.install install : : p2console p2web ; +package.install install : : p2console p2cgi p2fcgi ; |