]> git.tdb.fi Git - builder.git/blobdiff - source/sharedlibrary.cpp
Add Id tag to all files
[builder.git] / source / sharedlibrary.cpp
index 557f7fe9c19ae0429c93592521f88fe8e767f046..25034f3fcd0245bf1a8d848f81d8fba413744c09 100644 (file)
@@ -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<ObjectFile *> &objs):
-       Executable(b, c, objs)
+       Executable(b, c, objs),
+       libname(c.get_name())
 { }