X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcomponent.cpp;h=a63e3b05d371571af52888dce3b8a8a2f749138b;hb=a0868300fc26496b5a7551d1b732925c11350fdd;hp=f4c63a8dca5e06f71be5153e9c25b2d86194cea6;hpb=412ae5814ce6be4435572b31976977a457299ed1;p=builder.git diff --git a/source/component.cpp b/source/component.cpp index f4c63a8..a63e3b0 100644 --- a/source/component.cpp +++ b/source/component.cpp @@ -171,7 +171,7 @@ void Component::create_targets() const objs.push_back(obj); } - if(type==LIBRARY && install && !dynamic_cast(src)->get_install_location().empty()) + if(type==LIBRARY && install && dynamic_cast(src)->is_installable()) inst_list.push_back(src); } }