From 7f6c64f2211d37db76a97fbc79a4b5492302ef2f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 27 Oct 2010 17:36:59 +0200 Subject: Implement support for composite value types New test: common/composite. --- odb/makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odb/makefile') 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 \ -- cgit v1.1