]> git.tdb.fi Git - builder.git/blobdiff - source/pkgconfig.h
Move some install location assignments to more logical places
[builder.git] / source / pkgconfig.h
index 75280dc90d99820b46adf5d176058f6be7a4f7f1..4b2505dcefa6213e9ccfef953c878f3771aaf6d4 100644 (file)
@@ -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