From 6779ea02fb07ba39d162300dd18297ba2027846a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sun, 24 Sep 2017 02:29:13 +0300 Subject: Get rid of pkgconfig module --- build2/cc/link.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'build2/cc/link.cxx') diff --git a/build2/cc/link.cxx b/build2/cc/link.cxx index 06c4bee..2f2ff76 100644 --- a/build2/cc/link.cxx +++ b/build2/cc/link.cxx @@ -19,9 +19,8 @@ #include #include -#include -#include // c +#include // c, pc* #include using namespace std; @@ -464,9 +463,7 @@ namespace build2 target_lock pc ( add_adhoc_member ( act, t, - ot == otype::a - ? pkgconfig::pca::static_type - : pkgconfig::pcs::static_type)); + ot == otype::a ? pca::static_type : pcs::static_type)); // Note that here we always use the lib name prefix, even on // Windows with VC. The reason is the user needs a consistent name -- cgit v1.1