X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpkgconfig.h;h=4b2505dcefa6213e9ccfef953c878f3771aaf6d4;hb=632361796a7ddadf8a726526c937fab22281fb7b;hp=75280dc90d99820b46adf5d176058f6be7a4f7f1;hpb=66d1078c04849ec17a7343d0494d6ed087e04318;p=builder.git diff --git a/source/pkgconfig.h b/source/pkgconfig.h index 75280dc..4b2505d 100644 --- a/source/pkgconfig.h +++ b/source/pkgconfig.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef PKGCONFIG_H_ #define PKGCONFIG_H_ @@ -18,9 +11,8 @@ class PkgConfig: public FileTarget { public: PkgConfig(Builder &, const SourcePackage &); + virtual const char *get_type() const { return "PkgConfig"; } -private: - virtual Action *create_action(); }; #endif