X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=1ed9db85befa7188f494ecf7db832e83285b4347;hb=b884825f8415c3bd300c433e1e155d98dbc56550;hp=899274bc948e1c1a7e0c53367c5d7982fc610068;hpb=5d91f9edad6e8a11e21979a6aacb4ec6f2dc63ce;p=libs%2Fnet.git diff --git a/Build b/Build index 899274b..1ed9db8 100644 --- a/Build +++ b/Build @@ -11,13 +11,20 @@ package "mspnet" headers "msp/net" { - source "source"; + source "source/net"; + install true; + }; + + headers "msp/http" + { + source "source/http"; install true; }; library "mspnet" { - source "source"; + source "source/net"; + source "source/http"; install true; };