diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-08-27 08:23:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-17 12:04:02 +0200 |
commit | 7417ee383bc5fb69d90253414446a8b5eff79ecb (patch) | |
tree | 6ba5a6172e93a7e0031445a6be16cafe8822aaf7 /common/makefile | |
parent | 82466170040f5ccdfbeaf88e1d450add7b866f4b (diff) |
Add support for statement processing
Diffstat (limited to 'common/makefile')
-rw-r--r-- | common/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/makefile b/common/makefile index 3263410..1ad2389 100644 --- a/common/makefile +++ b/common/makefile @@ -46,6 +46,7 @@ schema/embedded/order \ section/basics \ section/polymorphism \ session/cache \ +statement/processing \ template \ transaction/basics \ transaction/callback \ |