Added http_authorization which is now needed by example filter.

This commit is contained in:
Jocelyn Fiat
2012-12-22 16:36:36 +01:00
parent e16d96f613
commit 1d8cce9947
2 changed files with 6 additions and 0 deletions

View File

@@ -74,6 +74,9 @@ echo Install library: http_client
%COPYCMD% %TMP_DIR%\library\network\http_client %TMP_CONTRIB_DIR%\library\network\http_client
echo Install library: http
%COPYCMD% %TMP_DIR%\library\network\protocol\http %TMP_CONTRIB_DIR%\library\network\protocol\http
echo Install library: http_authorization
%SAFE_MD% %TMP_CONTRIB_DIR%\library\network\authentication
%COPYCMD% %TMP_DIR%\library\server\authentication\http_authorization %TMP_CONTRIB_DIR%\library\network\authentication\http_authorization
echo Install library: uri_template
%COPYCMD% %TMP_DIR%\library\text\parser\uri_template %TMP_CONTRIB_DIR%\library\text\parser\uri_template

View File

@@ -67,6 +67,9 @@ COPYCMD $TMP_DIR/library/network/http_client $TMP_CONTRIB_DIR/library/network/ht
echo Install library: http
mkdir -p $TMP_CONTRIB_DIR/library/network/protocol
COPYCMD $TMP_DIR/library/network/protocol/http $TMP_CONTRIB_DIR/library/network/protocol/http
echo Install library: http_authorization
mkdir -p $TMP_CONTRIB_DIR/library/network/authentication
COPYCMD $TMP_DIR/library/server/authentication/http_authorization $TMP_CONTRIB_DIR/library/network/authentication/http_authorization
echo Install library: uri_template
mkdir -p $TMP_CONTRIB_DIR/library/text/parser
COPYCMD $TMP_DIR/library/text/parser/uri_template $TMP_CONTRIB_DIR/library/text/parser/uri_template