X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpkgconfigfile.h;h=5ec1aa4994c044fdfbae297cb4450c77556ddf08;hb=HEAD;hp=81c8cd68aeabd5b752f11f32004f6d6edfb7df7c;hpb=bde362811368647047f3ca13bdec596f092ecffe;p=builder.git diff --git a/source/pkgconfigfile.h b/source/pkgconfigfile.h deleted file mode 100644 index 81c8cd6..0000000 --- a/source/pkgconfigfile.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef PKGCONFIGFILE_H_ -#define PKGCONFIGFILE_H_ - -#include "sourcepackage.h" -#include "filetarget.h" - -/** -Creates a .pc file to enable other packages fetch build options with pkg-config. -*/ -class PkgConfigFile: public FileTarget -{ -public: - PkgConfigFile(Builder &, const SourcePackage &); - - const char *get_type() const override { return "PkgConfigFile"; } -}; - -#endif