aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-04-02 00:32:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-04-02 00:32:56 +0200
commit2c43c9dc379759f76e580c9c97fc5d9036659c25 (patch)
treee570756ca1d65a07df507c604134e0e075671607 /odb/makefile
parentb7824f749e29f7c9d018e468e18c2c7b6bd3e4c9 (diff)
Detect odb-enabled classes and generate c-tor implementation
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile3
1 files changed, 2 insertions, 1 deletions
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 \