]> git.tdb.fi Git - builder.git/blobdiff - source/symlink.h
Replace per-file copyright notices with a single file
[builder.git] / source / symlink.h
index b381eba78a3292c3d10638d3ea8b80b7deac1ff4..92ba0d2b7cdbf35153ff3577368f59d648f3ce27 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef SYMLINK_H_
 #define SYMLINK_H_
 
@@ -24,6 +17,7 @@ public:
 
        virtual const char *get_type() const { return "Symlink";} 
        FileTarget &get_target() const { return target; }
+       virtual Target *get_buildable_target();
        virtual Target *get_real_target();
 private:
        virtual void check_rebuild();