X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finstall.h;h=6c81af9e416e8d18ce915f1228918a3e6c4e76ad;hb=835948343817c0e359330f8522dc4b8a0e025224;hp=7cf56bb80fec36b7841f339d5909558df484bf05;hpb=1fdef3ec9d6291af8a467ea0e2c90e7f19141ae2;p=builder.git diff --git a/source/install.h b/source/install.h index 7cf56bb..6c81af9 100644 --- a/source/install.h +++ b/source/install.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions +Copyright © 2006-2010 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -23,6 +23,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();