From 2c43c9dc379759f76e580c9c97fc5d9036659c25 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 2 Apr 2010 00:32:56 +0200 Subject: Detect odb-enabled classes and generate c-tor implementation --- odb/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index 7375546..b66804d 100644 --- a/odb/makefile +++ b/odb/makefile @@ -10,7 +10,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make cxx_ptun := \ context.cxx \ generator.cxx \ -plugin.cxx +plugin.cxx \ +source.cxx cxx_ptun += \ semantics/class.cxx \ -- cgit v1.1