X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcomponent.cpp;h=c12399f670f944e2a22f953862f3763ba05ff795;hb=0c83b922e56976a30506d9f8d43c9dcd38d573b5;hp=4451a69f662f4074260520f4173eb98ec318dac8;hpb=c52efe77690dcf620d3b19f750a91422f771942d;p=builder.git diff --git a/source/component.cpp b/source/component.cpp index 4451a69..c12399f 100644 --- a/source/component.cpp +++ b/source/component.cpp @@ -15,7 +15,6 @@ #include "sharedlibrary.h" #include "sourcepackage.h" #include "staticlibrary.h" -#include "symlink.h" #include "tarball.h" #include "target.h" @@ -221,11 +220,6 @@ void Component::create_targets() const { Install *inst = new Install(builder, pkg, **i, inst_loc); inst_tgt->add_depend(inst); - - if(type==LIBRARY) - if(SharedLibrary *shlib = dynamic_cast(*i)) - if(!shlib->get_soname().empty()) - inst_tgt->add_depend(new Symlink(builder, pkg, *inst, shlib->get_name())); } }