X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsharedlibrary.cpp;h=9f983ef1d666fc7a690ed17da7a7cdb135e7ccaf;hb=2606b03da59dc10e3826b833a2fceb0831d79972;hp=d3a8ceb25568e8f4077cc077f3deeb3dea69062a;hpb=dc4b917034c9d3718f07139e2f0f3631a080c6f3;p=builder.git diff --git a/source/sharedlibrary.cpp b/source/sharedlibrary.cpp index d3a8ceb..9f983ef 100644 --- a/source/sharedlibrary.cpp +++ b/source/sharedlibrary.cpp @@ -1,5 +1,6 @@ #include #include +#include "builder.h" #include "component.h" #include "sharedlibrary.h" #include "sourcepackage.h" @@ -16,7 +17,7 @@ SharedLibrary::SharedLibrary(Builder &b, const Msp::FS::Path &p): } SharedLibrary::SharedLibrary(Builder &b, const Component &c, const list &objs): - Binary(b, c, objs), + Binary(b, c, generate_filename(c), objs), libname(c.get_name()), soname(create_soname(c)) { @@ -28,6 +29,17 @@ SharedLibrary::SharedLibrary(Builder &b, const Component &c, const list