X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsharedlibrary.cpp;h=c25c6f213f3e7c791525aad240259384335c60ac;hb=18672bb72051a50cd9f7c45c274ae705e0605611;hp=6c816bd43bf3d5cf0cebdc425ada3d01d2e225fe;hpb=35f2979869bff43706f3163ec0979c7084aaa3c4;p=builder.git diff --git a/source/sharedlibrary.cpp b/source/sharedlibrary.cpp index 6c816bd..c25c6f2 100644 --- a/source/sharedlibrary.cpp +++ b/source/sharedlibrary.cpp @@ -62,7 +62,7 @@ string SharedLibrary::generate_filename(const Component &comp) { const BinaryComponent &bcomp = dynamic_cast(comp); if(bcomp.get_type()==BinaryComponent::MODULE) - return comp.get_name()+".m"; + return comp.get_name()+".dlm"; else { const Architecture &arch = comp.get_package().get_builder().get_current_arch();