X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsharedlibrary.cpp;h=25034f3fcd0245bf1a8d848f81d8fba413744c09;hb=7aeaa4ba965f596edad438c02e345a8843f7469a;hp=557f7fe9c19ae0429c93592521f88fe8e767f046;hpb=4fcc283a4bb1f695bd124006906bcdaba053193f;p=builder.git diff --git a/source/sharedlibrary.cpp b/source/sharedlibrary.cpp index 557f7fe..25034f3 100644 --- a/source/sharedlibrary.cpp +++ b/source/sharedlibrary.cpp @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include "component.h" #include "package.h" #include "sharedlibrary.h" @@ -5,6 +12,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()) { }