]> git.tdb.fi Git - libs/gui.git/blobdiff - Build
Reorganize files to separate gbase and input
[libs/gui.git] / Build
diff --git a/Build b/Build
index 19c48cb3844b50c40b81d249e670f04a04aa05a0..17a6fdc19fe005d24e4302b5f487ca83d42da53b 100644 (file)
--- a/Build
+++ b/Build
@@ -6,6 +6,7 @@ package "mspgbase"
        version "0.0";
 
        require "mspcore";
+       require "mspstrings";
        require "sigc++-2.0";
        // The OpenGL stuff is hackish, but only way to do it right now
        if "arch!=win32"
@@ -26,10 +27,22 @@ package "mspgbase"
                };
        };
 
+       headers "gbase"
+       {
+               source "source/gbase";
+               install_headers "msp/gbase";
+       };
+
+       headers "input"
+       {
+               source "source/input";
+               install_headers "msp/input";
+       };
+
        library "mspgbase"
        {
-               source "source";
+               source "source/gbase";
+               source "source/input";
                install true;
-               install_headers "msp/gbase";
        };
 };