]> git.tdb.fi Git - builder.git/blobdiff - source/pkgconfigaction.h
Big rewrite for a more tool-centric approach
[builder.git] / source / pkgconfigaction.h
diff --git a/source/pkgconfigaction.h b/source/pkgconfigaction.h
deleted file mode 100644 (file)
index dc96acd..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef PKGCONFIGACTION_H_
-#define PKGCONFIGACTION_H_
-
-#include "action.h"
-
-class PkgConfig;
-
-/**
-Action for building a PkgConfig target.  I just couldn't come up with a less
-lame name...
-*/
-class PkgConfigAction: public Action
-{
-public:
-       PkgConfigAction(Builder &, const PkgConfig &);
-       virtual int check();
-private:
-       std::string prefixify(const std::string &);
-};
-
-#endif