aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-27 17:36:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-27 17:36:59 +0200
commit7f6c64f2211d37db76a97fbc79a4b5492302ef2f (patch)
treef2e386644fcaab5c51e3f5ad0ac737ea5b4d5bd2 /odb/makefile
parent5259b98c75f3754a0f713bcee4bddd0ed7ce35ef (diff)
Implement support for composite value types
New test: common/composite.
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/makefile b/odb/makefile
index 381e44c..c6cec8c 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -10,7 +10,10 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
cxx_ptun := \
sql-lexer.cxx \
context.cxx \
+common.cxx \
include.cxx \
+header.cxx \
+inline.cxx \
validator.cxx \
generator.cxx \
parser.cxx \