aboutsummaryrefslogtreecommitdiff
path: root/common/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-07-12 12:00:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-08-14 15:21:07 +0200
commitdcb6d84266a0b291781855cf623aa4d4c395f14d (patch)
tree46cbea2bb62a44df14181af2f99932a5830956ae /common/makefile
parente923e350cd29afa4765cf4fadfb2f63553943aa6 (diff)
Add support for object sections
Sections are an optimization mechanism that allows the partitioning of data members of a persistent class into groups that can be separately loaded and/or updated.
Diffstat (limited to 'common/makefile')
-rw-r--r--common/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/makefile b/common/makefile
index 82743a1..3263410 100644
--- a/common/makefile
+++ b/common/makefile
@@ -43,6 +43,8 @@ relationship-query \
schema/namespace \
schema/embedded/basics \
schema/embedded/order \
+section/basics \
+section/polymorphism \
session/cache \
template \
transaction/basics \