X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fbinarycomponent.cpp;h=f1aaa0eb006b22a5366a1b5bc12766e08806b45e;hb=302977793935e100a5bf37822836531cafb03bf3;hp=816b38573e79bfb4970808b438c8ff67458d0132;hpb=690b9c5f340504517cf6ba8aad0c168dcdff4efa;p=builder.git diff --git a/source/binarycomponent.cpp b/source/binarycomponent.cpp index 816b385..f1aaa0e 100644 --- a/source/binarycomponent.cpp +++ b/source/binarycomponent.cpp @@ -54,7 +54,7 @@ void BinaryComponent::create_targets() const const Toolchain &pkg_tools = package.get_toolchain(); list objs; - SourceList source_filenames = collect_source_files(); + list source_filenames = collect_source_files(); for(auto i=source_filenames.begin(); i!=source_filenames.end(); ++i) { string ext = FS::extpart(FS::basename(*i));