X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;fp=Build;h=43599d9de1734d14ad7475a89ac572a2273c2226;hb=b83eea8073a4f9228e386eafd6df2e3dcf9f9ccc;hp=62aa92b19e2fd46e994e6e4a22e88d950a68403a;hpb=75defe799ac0eea231c2d85696f9c92bbf8dc662;p=libs%2Fdatafile.git diff --git a/Build b/Build index 62aa92b..43599d9 100644 --- a/Build +++ b/Build @@ -1,5 +1,3 @@ -/* $Id$ */ - package "mspdatafile" { version "1.1.1"; @@ -7,16 +5,14 @@ package "mspdatafile" require "mspcore"; - headers "msp/datafile" - { - source "source"; - install true; - }; - library "mspdatafile" { source "source"; install true; + install_map + { + map "source" "include/msp/datafile"; + }; }; program "mspdatatool" @@ -29,7 +25,7 @@ package "mspdatafile" }; }; - tarball "@src" + source_tarball { source "Readme.txt"; source "License.txt";