summaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/odb/makefile b/odb/makefile
index 321b532..dbacb45 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -126,18 +126,17 @@ traversal/enum.cxx \
traversal/template.cxx \
traversal/union-template.cxx
-# Traversal.
-#
-cxx_ptun += \
-traversal/relational/elements.cxx
-
# Driver units.
#
cxx_dtun := odb.cxx
# Common units.
#
-cxx_ctun := option-types.cxx option-functions.cxx profile.cxx
+cxx_ctun := \
+option-types.cxx \
+option-functions.cxx \
+profile.cxx \
+semantics/relational/name.cxx
# Options file.
#