aboutsummaryrefslogtreecommitdiff
path: root/mapping
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-30 13:09:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-30 13:09:41 +0200
commit34de252300719b7afe05ef5de6414f0748759ff8 (patch)
tree42edaee86b23d086f35887c4165a2abfeaaecc69 /mapping
parent3e7e99c8ea5b06971af0b9789f5dfaa4b35955ed (diff)
Autotools support for SQLite
Diffstat (limited to 'mapping')
-rw-r--r--mapping/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapping/makefile b/mapping/makefile
index 8e7ff14..1b50fe2 100644
--- a/mapping/makefile
+++ b/mapping/makefile
@@ -65,7 +65,7 @@ $(dist): db_id := @database@
$(dist): sources := $(cxx_tun)
$(dist): headers := $(odb_hdr)
$(dist): export name := $(name)
-$(dist): export extra_headers := traits.hxx
+$(dist): export extra_headers := traits.hxx $(databases:%=traits-%.hxx)
$(dist): export odb_header_stem := $(basename $(odb_hdr))
$(dist): export extra_dist := README $(call vc9projs,$(name)) \
$(call vc10projs,$(name))