diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-02-25 13:19:52 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-03-02 10:43:19 +0200 |
commit | 7772c7c6d6ee600095b394ddf2abf557aa53aacd (patch) | |
tree | 9be1f84bf69bdde687c12f8f5b22b9490e9b85fb /boost/mysql/makefile | |
parent | 76108c5211713934c20fdd8a78755e5b21697e1b (diff) |
Add support for boost date, ptime, and time_duration
Diffstat (limited to 'boost/mysql/makefile')
-rw-r--r-- | boost/mysql/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/mysql/makefile b/boost/mysql/makefile index 44853a6..6aa5a48 100644 --- a/boost/mysql/makefile +++ b/boost/mysql/makefile @@ -6,6 +6,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make tests := \ +date-time \ template default := $(out_base)/ |