src/Project/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 09:01:46 +0000 (17:01 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 09:01:46 +0000 (17:01 +0800)
src/Project/Gtk.vala

index 2f77b5c..a7fb5d8 100644 (file)
@@ -215,9 +215,9 @@ namespace Project {
                        return ret;
                }
                
-               public Gee.ArrayList<string> filesForCompile(string in_path)
+               public Gee.ArrayList<string> filesForCompile(string in_path, bool abspath = true)
                {
-                       var allfiles = this.filesAll(in_path);
+                       var allfiles = this.filesAll(in_path,abspath);
                        var ret =  new Gee.ArrayList<string>();