From abd136caee7de39b6b6a5e38c48febc50a25dd1f Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 14 Jul 2011 10:27:18 +0200 Subject: Inline PostgreSQL traits implementation and remove cxx file --- mapping/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mapping/makefile') 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) -- cgit v1.1