X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpkgconfig.h;h=f88e248cb4b5d3327a55a1d825383bf07eb7b83e;hb=654de39b62a9a58fd8e1b5a557361d628345788b;hp=8baa9d9c10008ffa28f669156dbdb7fc5a5ac4c6;hpb=8bc8db44c47cd2906c57dccbfb589e41eff7f694;p=builder.git diff --git a/source/pkgconfig.h b/source/pkgconfig.h index 8baa9d9..f88e248 100644 --- a/source/pkgconfig.h +++ b/source/pkgconfig.h @@ -8,6 +8,7 @@ Distributed under the LGPL #ifndef PKGCONFIG_H_ #define PKGCONFIG_H_ +#include "sourcepackage.h" #include "target.h" /** @@ -16,7 +17,7 @@ Creates a .pc file to enable other packages fetch build options with pkg-config. class PkgConfig: public Target { public: - PkgConfig(Builder &, const Package &); + PkgConfig(Builder &, const SourcePackage &); const char *get_type() const { return "PkgConfig"; } Action *build(); private: