summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2010-12-22 00:40:26 +0000
committerrandomdan <randomdan@localhost>2010-12-22 00:40:26 +0000
commit06680139e7175ec10640acffa9f39cc4e1826e03 (patch)
tree996cfbc248dea7be08abda6b35b75c3ca394b69e
parentSplit the plain CGI and the FastCGI variants into separate programs with a no... (diff)
downloadproject2-06680139e7175ec10640acffa9f39cc4e1826e03.tar.bz2
project2-06680139e7175ec10640acffa9f39cc4e1826e03.tar.xz
project2-06680139e7175ec10640acffa9f39cc4e1826e03.zip
Install the new variants of CGI
-rw-r--r--project2/Jamfile.jam2
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 ;