X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=831a5df36ed78101caa3e578e164e42c6bd52d31;hp=658679200591aa63b26ccfe2af058afb9fc253c4;hb=4dda68c467fe1e759e0d67e4ec844ac0130e6127;hpb=05ea50ffd15fa74ab1059df2c63442fdf83dec96 diff --git a/Build b/Build index 6586792..831a5df 100644 --- a/Build +++ b/Build @@ -1,14 +1,16 @@ -package "msppath" +/* $Id$ */ + +package "mspfs" { version "0.1"; description "Filesystem utilities"; require "mspstrings"; - library "msppath" + library "mspfs" { source "source"; install true; - install_headers "msp/path"; + install_headers "msp/fs"; }; };