aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-22 11:23:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-22 11:23:21 +0200
commit303ed90182d9f02973804bab5553d7cbcfb5c190 (patch)
treea31b7add2d274b3bde5f29ca348117b63f5ba3b6 /odb/makefile
parent42f627e353e28d4612d1e4f03a428162ca7ef130 (diff)
Implement inclusion of dependant -odb headers
New test: tracer/include.
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/makefile b/odb/makefile
index 4e844b9..381e44c 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -10,6 +10,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
cxx_ptun := \
sql-lexer.cxx \
context.cxx \
+include.cxx \
validator.cxx \
generator.cxx \
parser.cxx \