From f1c2a621ac2695dfe4a3bc71dbc9ce3079008d2f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Feb 2011 13:56:09 +0200 Subject: Add support for smart-ptr, unordered, and date_time (basic) --- odb/boost/makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'odb/boost/makefile') diff --git a/odb/boost/makefile b/odb/boost/makefile index 521fb62..d028a10 100644 --- a/odb/boost/makefile +++ b/odb/boost/makefile @@ -5,7 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make -cxx := exceptions.cxx +cxx := date-time/exceptions.cxx cxx_tun := $(cxx) cxx_obj := $(addprefix $(out_base)/,$(cxx_tun:.cxx=.o)) @@ -54,13 +54,15 @@ $(out_base)/: $(odb_boost.l) $(dist): export sources := $(cxx) $(dist): export headers = $(subst $(src_base)/,,$(shell find $(src_base) \ -name '*.hxx' -o -name '*.ixx' -o -name '*.txx')) +$(dist): export options = $(subst $(src_base)/,,$(shell find $(src_base) \ +-name '*.options')) $(dist): export extra_dist := libodb-boost-vc9.vcproj \ libodb-boost-vc10.vcxproj libodb-boost-vc10.vcxproj.filters $(dist): export interface_version = $(shell sed -e \ 's/^\([0-9]*\.[0-9]*\).*/\1/' $(src_root)/version) $(dist): - $(call dist-data,$(sources) $(headers) details/config.h.in) + $(call dist-data,$(sources) $(headers) $(options) details/config.h.in) $(call meta-vc9proj,libodb-boost-vc9.vcproj) $(call meta-vc10proj,libodb-boost-vc10.vcxproj) $(call meta-automake) -- cgit v1.1