X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpkgconfiggenerator.h;h=a9adbc6fe2a86100a26d9c032375b47e48442a72;hb=d774d554c4c15b963215212b26a9ee5df3d705e8;hp=602a2aac0f3b11fd6eec1ffde7a43683ae79252d;hpb=70e090da87243ed54785a82054b7c824a2897036;p=builder.git diff --git a/source/pkgconfiggenerator.h b/source/pkgconfiggenerator.h index 602a2aa..a9adbc6 100644 --- a/source/pkgconfiggenerator.h +++ b/source/pkgconfiggenerator.h @@ -19,12 +19,14 @@ private: private: virtual void main(); + + std::string prefixify(const Msp::FS::Path &, const Msp::FS::Path &); }; public: PkgConfigGenerator(Builder &); - virtual Target *create_target(const std::list &, const std::string &) const; + virtual Target *create_target(const std::list &, const std::string &); virtual Task *run(const Target &) const; };