aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/link.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-09-24 02:29:13 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-09-25 00:30:49 +0300
commit6779ea02fb07ba39d162300dd18297ba2027846a (patch)
tree2543cfd4a4afd2113e2f298a8ede4019cc795ae1 /build2/cc/link.cxx
parent984a0217af64c734938c330b09ed21d1253dea8d (diff)
Get rid of pkgconfig module
Diffstat (limited to 'build2/cc/link.cxx')
-rw-r--r--build2/cc/link.cxx7
1 files changed, 2 insertions, 5 deletions
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 <build2/diagnostics.hxx>
#include <build2/bin/target.hxx>
-#include <build2/pkgconfig/target.hxx>
-#include <build2/cc/target.hxx> // c
+#include <build2/cc/target.hxx> // c, pc*
#include <build2/cc/utility.hxx>
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