diff options
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 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)) |