summaryrefslogtreecommitdiff
path: root/config/mongodb.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'config/mongodb.mpb')
-rw-r--r--config/mongodb.mpb8
1 files changed, 3 insertions, 5 deletions
diff --git a/config/mongodb.mpb b/config/mongodb.mpb
index 104c72a6..74dbdbf8 100644
--- a/config/mongodb.mpb
+++ b/config/mongodb.mpb
@@ -1,7 +1,5 @@
// -*- MPC -*-
-project: boost_base {
- includes += $(MONGODB_ROOT)/include/mongocxx/v_noabi \
- $(MONGODB_ROOT)/include/bsoncxx/v_noabi
- libpaths += $(MONGODB_ROOT)/lib
- lit_libs += mongocxx mongoc-1.0 bsoncxx bson-1.0
+project: bsoncxx {
+ includes += $(MONGODB_ROOT)/include/mongocxx/v_noabi
+ lit_libs += mongocxx mongoc-1.0
}