]> git.tdb.fi Git - builder.git/blobdiff - source/install.h
Make symlink a feature of the Install target rather than a target on its own
[builder.git] / source / install.h
index d20a32273ee49b37e311c764364a8936069fcbd2..0cc0fb8a178bdcc874389ecbb74f072fa7565902 100644 (file)
@@ -11,6 +11,7 @@ class Install: public FileTarget
 {
 private:
        FileTarget &source;
+       Msp::FS::Path link;
 
 public:
        Install(Builder &, const SourcePackage &, FileTarget &, const std::string & =std::string());