X-Git-Url: http://git.tdb.fi/?p=builder.git;a=blobdiff_plain;f=source%2Fbinarycomponent.cpp;h=f1aaa0eb006b22a5366a1b5bc12766e08806b45e;hp=816b38573e79bfb4970808b438c8ff67458d0132;hb=3938f8030b1f62802decce19777ce70fdafaff10;hpb=1ec533a7777be4dce9c8b6bbb1cbc32d38098ae4 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));