]> git.tdb.fi Git - builder.git/blobdiff - source/installedfile.cpp
Move C-specific stuff from SourceFile to CSourceFile
[builder.git] / source / installedfile.cpp
index a9c34733837ac2e4902b5cdb15146d10ae9c6af7..24ba6e1ddc4e5af3e63ce1ab1bd0f211e46c4f01 100644 (file)
@@ -3,7 +3,6 @@
 #include "copy.h"
 #include "executable.h"
 #include "datafile.h"
-#include "header.h"
 #include "installedfile.h"
 #include "package.h"
 #include "pkgconfig.h"
@@ -17,7 +16,6 @@ InstalledFile::InstalledFile(Builder &b, const SourcePackage &p, FileTarget &s,
        FileTarget(b, &p, generate_target_path(b.get_prefix(), s, loc)),
        source(s)
 {
-       buildable = true;
        add_depend(&source);
 
        if(const SharedLibrary *shlib = dynamic_cast<const SharedLibrary *>(&source))