]> git.tdb.fi Git - builder.git/blobdiff - source/file.h
Rework the Target class hierarchy
[builder.git] / source / file.h
index bc71df87a25d02ff30542b08ab329f67303cc3d0..19d14af92749a425e2f8268fcb483cc62d9fb0f5 100644 (file)
@@ -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 &);