summaryrefslogtreecommitdiff
path: root/odb/oracle/makefile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-06-06 23:35:13 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-06-18 14:28:42 +0300
commit369fe1eba31f3e7a6f5424002eae88bfcb280efa (patch)
tree8ed97a28d17953ef956199d7f6c7cb5c7c9459cf /odb/oracle/makefile
parente3c608545cedcd5202abb155bb94d17f7174451b (diff)
Add support for build2 build
Diffstat (limited to 'odb/oracle/makefile')
-rw-r--r--odb/oracle/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/makefile b/odb/oracle/makefile
index 6963297..29ea950 100644
--- a/odb/oracle/makefile
+++ b/odb/oracle/makefile
@@ -104,7 +104,7 @@ $(dist): headers_dist = $(subst $(src_base)/,,$(shell find $(src_base) \
$(dist): gen_headers := $(cli_tun:.cli=.hxx) $(cli_tun:.cli=.ixx)
$(dist): export headers = $(sort $(headers_dist) $(gen_headers))
$(dist): gen_dist := $(gen)
-$(dist): data_dist := $(cli_tun) details/config.h.in
+$(dist): data_dist := $(cli_tun) details/config.h.in details/config-vc.h
$(dist): export extra_dist := $(data_dist) \
libodb-oracle-vc8.vcproj libodb-oracle-vc9.vcproj \
libodb-oracle-vc10.vcxproj libodb-oracle-vc10.vcxproj.filters \