]> git.tdb.fi Git - builder.git/blobdiff - source/pkgconfig.cpp
Replace per-file copyright notices with a single file
[builder.git] / source / pkgconfig.cpp
index b38da6a7e3f0b68cdb38daa343463d69b911ea39..1c7bed3a1eb51e9d79295cd2c1da9bd09a12633e 100644 (file)
@@ -1,19 +1,11 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "package.h"
 #include "pkgconfig.h"
 #include "pkgconfigaction.h"
 
 PkgConfig::PkgConfig(Builder &b, const SourcePackage &p):
-       Target(b, &p, (p.get_source()/(p.get_name()+".pc")).str()),
-       pkg(p)
+       FileTarget(b, &p, p.get_source()/(p.get_name()+".pc"))
 {
-       buildable=true;
+       buildable = true;
 }
 
 Action *PkgConfig::create_action()