X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpkgconfig.cpp;h=1c7bed3a1eb51e9d79295cd2c1da9bd09a12633e;hb=43bd25ffcb0b4f7882773f4676b209a99cb73c04;hp=5daf455d25c4e080c5b5159fdb4cad7e4e96f56f;hpb=66d1078c04849ec17a7343d0494d6ed087e04318;p=builder.git diff --git a/source/pkgconfig.cpp b/source/pkgconfig.cpp index 5daf455..1c7bed3 100644 --- a/source/pkgconfig.cpp +++ b/source/pkgconfig.cpp @@ -1,10 +1,3 @@ -/* $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" @@ -12,7 +5,7 @@ Distributed under the LGPL PkgConfig::PkgConfig(Builder &b, const SourcePackage &p): FileTarget(b, &p, p.get_source()/(p.get_name()+".pc")) { - buildable=true; + buildable = true; } Action *PkgConfig::create_action()