X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpkgconfigaction.h;fp=source%2Fpkgconfigaction.h;h=0000000000000000000000000000000000000000;hb=338eefb513953ae55e8e3614c009c242ba8ad74e;hp=dc96acd970eb082e2a0c17dc22620a2a4dee15d8;hpb=dc00ddd224634c86f0a470f1f6f534be5d3e64a3;p=builder.git diff --git a/source/pkgconfigaction.h b/source/pkgconfigaction.h deleted file mode 100644 index dc96acd..0000000 --- a/source/pkgconfigaction.h +++ /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