X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpkgconfig.h;fp=source%2Fpkgconfig.h;h=0000000000000000000000000000000000000000;hb=811a840948aab4e2f4a423d481f076220372a998;hp=4b2505dcefa6213e9ccfef953c878f3771aaf6d4;hpb=9a98f9a45ddb1d07e42e10ad3f613b02fc2dc16e;p=builder.git diff --git a/source/pkgconfig.h b/source/pkgconfig.h deleted file mode 100644 index 4b2505d..0000000 --- a/source/pkgconfig.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef PKGCONFIG_H_ -#define PKGCONFIG_H_ - -#include "sourcepackage.h" -#include "filetarget.h" - -/** -Creates a .pc file to enable other packages fetch build options with pkg-config. -*/ -class PkgConfig: public FileTarget -{ -public: - PkgConfig(Builder &, const SourcePackage &); - - virtual const char *get_type() const { return "PkgConfig"; } -}; - -#endif