diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-04 17:23:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-04 17:23:54 +0200 |
commit | 504fa38f3f71c345f41dfbb7e59b1d2f88308987 (patch) | |
tree | d4328b3cb9de151699232c9722e2f8899ac2f36b /common/makefile | |
parent | cbad49a571dfff9a046997b18776fd3cee6d7b51 (diff) |
Implement object loading views
See section 10.2 in the manual for details.
Diffstat (limited to 'common/makefile')
-rw-r--r-- | common/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/makefile b/common/makefile index 7f99cf4..f933484 100644 --- a/common/makefile +++ b/common/makefile @@ -55,12 +55,12 @@ template \ transaction/basics \ transaction/callback \ types \ -view \ +view/basics \ virtual \ wrapper thread_tests := threads -cxx11_tests := session/custom +cxx11_tests := session/custom view/olv no_dist_tests := changelog include |