From 6c876cf3280ba63d6077656476c2fc692e4bb1ff Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 28 Nov 2010 13:56:07 +0200 Subject: Qualify all unqualified name components in pointer types This this necessary since they may not resolve in the typedef that we generate in namespace odb. --- odb/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index 0724ec6..00ea4fd 100644 --- a/odb/makefile +++ b/odb/makefile @@ -8,6 +8,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make # Plugin units. # cxx_ptun := \ +cxx-lexer.cxx \ sql-lexer.cxx \ context.cxx \ common.cxx \ -- cgit v1.1