]> git.tdb.fi Git - builder.git/blobdiff - source/pkgconfig.h
Rename PkgConfig to PkgConfigFile
[builder.git] / source / pkgconfig.h
diff --git a/source/pkgconfig.h b/source/pkgconfig.h
deleted file mode 100644 (file)
index 4b2505d..0000000
+++ /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