X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffile.h;h=19d14af92749a425e2f8268fcb483cc62d9fb0f5;hb=66d1078c04849ec17a7343d0494d6ed087e04318;hp=bc71df87a25d02ff30542b08ab329f67303cc3d0;hpb=242c55b17e6608b29a77ca17a5b677e202a3ca90;p=builder.git diff --git a/source/file.h b/source/file.h index bc71df8..19d14af 100644 --- a/source/file.h +++ b/source/file.h @@ -8,9 +8,12 @@ Distributed under the LGPL #ifndef FILE_H_ #define FILE_H_ -#include "target.h" +#include "filetarget.h" -class File: public Target +/** +Just a file. Any file, not attached to a package. +*/ +class File: public FileTarget { public: File(Builder &, const std::string &);