diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-09-05 10:36:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-09-05 10:36:33 +0200 |
commit | 8bf752fc2354af4e98a43e208d1eb18c8a71e48b (patch) | |
tree | 6cab2a07f7fb660fb58315dec7ee698dca0f4239 /common/makefile | |
parent | 83550874e5e879f5e213522dbbe645e9137be8b9 (diff) |
Support for views; native part
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 b3af876..a2f4962 100644 --- a/common/makefile +++ b/common/makefile @@ -23,6 +23,7 @@ query \ relationship \ schema \ template \ +view \ wrapper thread_tests := threads |