X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finstall.h;h=672161580c8ee3b2bc67b5ac5d7d8396c3d62f2b;hb=654de39b62a9a58fd8e1b5a557361d628345788b;hp=bdabc6e7c3853afd87d5425ba42f10bf14db25a4;hpb=8bc8db44c47cd2906c57dccbfb589e41eff7f694;p=builder.git diff --git a/source/install.h b/source/install.h index bdabc6e..6721615 100644 --- a/source/install.h +++ b/source/install.h @@ -8,6 +8,7 @@ Distributed under the LGPL #ifndef INSTALL_H_ #define INSTALL_H_ +#include "sourcepackage.h" #include "target.h" /** @@ -16,7 +17,7 @@ Represents the installation of a file. class Install: public Target { public: - Install(Builder &, const Package &, Target &); + Install(Builder &, const SourcePackage &, Target &); const char *get_type() const { return "Install"; } void check_rebuild(); Action *build();