X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpkgconfigfile.h;h=5ec1aa4994c044fdfbae297cb4450c77556ddf08;hb=HEAD;hp=1a31c38eec661c0886eed9b464ab116dc167e61a;hpb=811a840948aab4e2f4a423d481f076220372a998;p=builder.git diff --git a/source/pkgconfigfile.h b/source/pkgconfigfile.h deleted file mode 100644 index 1a31c38..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 &); - - virtual const char *get_type() const { return "PkgConfig"; } -}; - -#endif