]> git.tdb.fi Git - builder.git/blobdiff - source/sourcefile.h
Include libmode in library lookup hash
[builder.git] / source / sourcefile.h
index a6688d07ff0ce2022abdf5dc2c01a25ae473f29c..ea6ed05f9efab6bc8d547cd5e0b33799dff549de 100644 (file)
@@ -23,10 +23,11 @@ public:
        const char       *get_type() const     { return "SourceFile"; }
        const Component  *get_component() const { return comp; }
        void             find_depends();
-       Action           *build() { return 0; }
 private:
        const Component *comp;
        StringList      includes;
+
+       virtual Action    *create_action()     { return 0; }
 };
 
 #endif