]> git.tdb.fi Git - libs/gltk.git/blobdiff - Build
Move the helloworld example into a subdirectory
[libs/gltk.git] / Build
diff --git a/Build b/Build
index ea9ef311e155229a61a1bb0b8463e96306dc8e9c..969993e8974f70e25303e325d7515c52b565f4d5 100644 (file)
--- a/Build
+++ b/Build
@@ -20,7 +20,7 @@ package "mspgltk"
 
        program "helloworld"
        {
-               source "helloworld.cpp";
+               source "examples/helloworld.cpp";
                require "sigc++-2.0";
                use "mspgltk";
        };