X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=Build;h=890bd3fc62b097ef1fe16dcc05f47091864dfa8e;hp=591c30d58bfa8cc88fb7bd90e42458e01a104d2f;hb=33d34a97cf858d3e23ff797f46c58f4ca9392170;hpb=ac4a20591d64b08d435c88acce724a891a51d551 diff --git a/Build b/Build index 591c30d..890bd3f 100644 --- a/Build +++ b/Build @@ -2,12 +2,9 @@ package "mspgbase" { - version "1.0"; + version "1.1"; description "Base graphics and input library"; - tar_file "License.txt"; - tar_file "Changelog.txt"; - require "mspcore"; require "mspstrings"; require "sigc++-2.0"; @@ -51,16 +48,16 @@ package "mspgbase" }; }; - headers "gbase" + headers "msp/gbase" { source "source/gbase"; - install_headers "msp/gbase"; + install true; }; - headers "input" + headers "msp/input" { source "source/input"; - install_headers "msp/input"; + install true; }; library "mspgbase" @@ -69,4 +66,10 @@ package "mspgbase" source "source/input"; install true; }; + + tarball "@src" + { + source "License.txt"; + source "Changelog.txt"; + }; };