diff options
Diffstat (limited to 'mapping/makefile')
-rw-r--r-- | mapping/makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mapping/makefile b/mapping/makefile index 7b9c72e..79f79d8 100644 --- a/mapping/makefile +++ b/mapping/makefile @@ -71,9 +71,11 @@ $(dist): headers := $(odb_hdr) $(dist): export name := $(name) $(dist): export extra_headers := traits.hxx $(dist): export odb_header_stem := $(basename $(odb_hdr)) -$(dist): export extra_dist := $(call vc9projs,$(name)) $(call vc10projs,$(name)) +$(dist): export extra_dist := README $(call vc9projs,$(name)) \ +$(call vc10projs,$(name)) $(dist): - $(call dist-data,$(sources) $(headers) $(extra_headers) database.hxx) + $(call dist-data,$(sources) $(headers) $(extra_headers) \ +README database.hxx) $(call meta-automake,../template/Makefile.am) $(call meta-vc9projs,../template/template,$(name)) $(call meta-vc10projs,../template/template,$(name)) |