]> git.tdb.fi Git - builder.git/blobdiff - source/install.h
Replace per-file copyright notices with a single file
[builder.git] / source / install.h
index 7cf56bb80fec36b7841f339d5909558df484bf05..d20a32273ee49b37e311c764364a8936069fcbd2 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef INSTALL_H_
 #define INSTALL_H_
 
@@ -23,6 +16,7 @@ public:
        Install(Builder &, const SourcePackage &, FileTarget &, const std::string & =std::string());
        virtual const char *get_type() const { return "Install"; }
        FileTarget &get_source() const { return source; }
+       virtual Target *get_real_target();
 private:
        virtual void check_rebuild();
        virtual Action *create_action();