X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpkgconfig.h;h=75280dc90d99820b46adf5d176058f6be7a4f7f1;hb=75bdcf13fbd285e2006337ec606ca28fa4ddae9e;hp=b4d4d3b9f0194c7b1cc874aaed0528502724853a;hpb=242c55b17e6608b29a77ca17a5b677e202a3ca90;p=builder.git diff --git a/source/pkgconfig.h b/source/pkgconfig.h index b4d4d3b..75280dc 100644 --- a/source/pkgconfig.h +++ b/source/pkgconfig.h @@ -9,16 +9,13 @@ Distributed under the LGPL #define PKGCONFIG_H_ #include "sourcepackage.h" -#include "target.h" +#include "filetarget.h" /** Creates a .pc file to enable other packages fetch build options with pkg-config. */ -class PkgConfig: public Target +class PkgConfig: public FileTarget { -private: - const Package &pkg; - public: PkgConfig(Builder &, const SourcePackage &); virtual const char *get_type() const { return "PkgConfig"; }