X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ffiletarget.h;h=6c12a5df22e38fb54e7ff7433f6f26c6c4cc668c;hb=740d7cdd71fc2f068e44bfc6c8cc7e9565de16f6;hp=30cd3df3ec3fae9486761e8cf403c8df582dc9ce;hpb=c8dfe708b5551818dad3f6cf3e86cc72fe684572;p=builder.git diff --git a/source/filetarget.h b/source/filetarget.h index 30cd3df..6c12a5d 100644 --- a/source/filetarget.h +++ b/source/filetarget.h @@ -39,6 +39,8 @@ public: protected: virtual void check_rebuild(); + virtual std::string create_build_signature() const; + public: virtual Task *build();