diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-17 14:50:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-17 14:50:11 +0200 |
commit | 5aaec95bbfb066130ecac03eece3813cee61a3e1 (patch) | |
tree | 87c24d1b6afe613c31076cf7b417a7e2b7188994 /makefile | |
parent | 29e7db53cb1db2c4d743d4756b8ac3fee28ab8ea (diff) |
Add test infrastructure for boost profile
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make -all_dirs := libcommon common tracer mysql -dirs := common tracer +all_dirs := libcommon common tracer mysql boost +dirs := common tracer boost ifeq ($(db_id),mysql) dirs += mysql |