aboutsummaryrefslogtreecommitdiff
path: root/odb/boost/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-02-18 13:02:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-02-18 13:02:02 +0200
commit2364f5cb43fa7c14f95304c432b6e215e158c224 (patch)
tree23fba2b96e71cc436035219cb1c03df6fa064eca /odb/boost/makefile
parentff450b1336c1fc741693d51ed16754311aaa1783 (diff)
Add support for building with build2
Diffstat (limited to 'odb/boost/makefile')
-rw-r--r--odb/boost/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/boost/makefile b/odb/boost/makefile
index de96ae6..f6f7227 100644
--- a/odb/boost/makefile
+++ b/odb/boost/makefile
@@ -63,7 +63,7 @@ $(dist): export interface_version = $(shell sed -e \
's/^\([0-9]*\.[0-9]*\).*/\1/' $(src_root)/version)
$(dist):
- $(call dist-data,$(sources) $(headers) $(options) details/config.h.in)
+ $(call dist-data,$(sources) $(headers) $(options) details/config.h.in details/config-vc.h)
$(call meta-vc8proj,$(src_base)/libodb-boost-vc8.vcproj)
$(call meta-vc9proj,$(src_base)/libodb-boost-vc9.vcproj)
$(call meta-vc10proj,$(src_base)/libodb-boost-vc10.vcxproj)