diff options
Diffstat (limited to 'query/makefile')
-rw-r--r-- | query/makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/query/makefile b/query/makefile index 1445a00..c86a7cf 100644 --- a/query/makefile +++ b/query/makefile @@ -70,9 +70,10 @@ $(dist): sources := $(cxx_tun) $(dist): headers := $(odb_hdr) $(dist): export name := $(name) $(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) database.hxx) + $(call dist-data,$(sources) $(headers) README database.hxx) $(call meta-automake,../template/Makefile.am) $(call meta-vc9projs,../template/template,$(name)) $(call meta-vc10projs,../template/template,$(name)) |