diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-05 11:59:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-05 11:59:28 +0200 |
commit | 5a16b0511ae3ac491ac23bba07f7259f6c255472 (patch) | |
tree | f3628f69218f63f46247d720fc1c7915d128425c /boost/common/makefile | |
parent | c77b0419f08708a205acab088b7c95c839b38cfc (diff) |
Support for Boost uuid persistence
New Boost sub-profile: uuid. New test: boost/common/uuid. Updated the
boost example to use uuid as an object id.
Diffstat (limited to 'boost/common/makefile')
-rw-r--r-- | boost/common/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/boost/common/makefile b/boost/common/makefile index 59c4537..1aecce0 100644 --- a/boost/common/makefile +++ b/boost/common/makefile @@ -9,7 +9,8 @@ multi-index \ optional \ smart-ptr \ template \ -unordered +unordered \ +uuid all_tests := $(tests) build_tests := $(tests) |