diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-14 10:27:18 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-14 10:32:25 +0200 |
commit | abd136caee7de39b6b6a5e38c48febc50a25dd1f (patch) | |
tree | 68af3df290df297b9365d30ce06585385db2ac37 /mapping/makefile | |
parent | c4958231d9399091b4f4a7e4c45c24ce6beb3ae8 (diff) |
Inline PostgreSQL traits implementation and remove cxx file
Diffstat (limited to 'mapping/makefile')
-rw-r--r-- | mapping/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mapping/makefile b/mapping/makefile index b3c029d..1b50fe2 100644 --- a/mapping/makefile +++ b/mapping/makefile @@ -5,7 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make -cxx_tun := driver.cxx traits-pgsql.cxx +cxx_tun := driver.cxx odb_hdr := person.hxx cxx_obj := $(addprefix $(out_base)/,$(cxx_tun:.cxx=.o) $(odb_hdr:.hxx=-odb.o)) cxx_od := $(cxx_obj:.o=.o.d) |