X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpkgconfig.h;h=20e5fbfaac88380040283198ed7f42cdc4429cee;hb=be8a901dfc026f61db46d5d64a41cecc619bc97d;hp=f88e248cb4b5d3327a55a1d825383bf07eb7b83e;hpb=4c11e2a041d2064f44b7eb3dbf1976c35fc8881c;p=builder.git diff --git a/source/pkgconfig.h b/source/pkgconfig.h index f88e248..20e5fbf 100644 --- a/source/pkgconfig.h +++ b/source/pkgconfig.h @@ -19,9 +19,10 @@ class PkgConfig: public Target public: PkgConfig(Builder &, const SourcePackage &); const char *get_type() const { return "PkgConfig"; } - Action *build(); private: const Package &pkg; + + virtual Action *create_action(); }; #endif