X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsharedlibrary.cpp;h=0431f27f91e44c26ab45475e5dff48deefeb3c4e;hb=4f78d9f016482ce1ac7d726852e33e07c090df1b;hp=557f7fe9c19ae0429c93592521f88fe8e767f046;hpb=74266a6e650f019063cdcd1c9a7bd26d8f99041b;p=builder.git diff --git a/source/sharedlibrary.cpp b/source/sharedlibrary.cpp index 557f7fe..0431f27 100644 --- a/source/sharedlibrary.cpp +++ b/source/sharedlibrary.cpp @@ -5,6 +5,7 @@ using namespace std; SharedLibrary::SharedLibrary(Builder &b, const Component &c, const list &objs): - Executable(b, c, objs) + Executable(b, c, objs), + libname(c.get_name()) { }