aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-04-02 19:38:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-04-02 19:38:00 +0200
commitc90e0f7b3ab78b4df877db5f45b87b3af91db5ab (patch)
tree5789cbb7e59a4be5dc0f0fdc78715af5f5284fb9 /odb/makefile
parentb5659f3c01e640ee3f6e95db9fe2cd9678b03537 (diff)
Move parser into a separate set of files
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 b7c9209..12c4a74 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -10,6 +10,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
cxx_ptun := \
context.cxx \
generator.cxx \
+parser.cxx \
plugin.cxx \
pragma.cxx \
source.cxx