diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-24 15:00:14 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-24 15:03:45 +0300 |
commit | 3aeecc525c76797801e9e2b24c2ebff6ac81adac (patch) | |
tree | 9149a2f91b918f77083fdee21e42e9bc0c80c85d /ucb/Library_ucpcmis1.mk | |
parent | 58b9060b5f325f611dd7d5748dfa41b897aa09eb (diff) |
Rename Boost libraries when built internally to match conventions
The standard Boost convention is for them to be called libboost_date_time and
libboost_system (with apropriate suffix then depending on type).
Did not touch the libboostthread library we build for Windows.
Add the ax_boost_thread.m4 file for completeness and possible use.
Document where the ax_boost*.m4 files come from.
Change-Id: Ib49bee71398d62c9760a1f8fd5c46be9f3400430
Diffstat (limited to 'ucb/Library_ucpcmis1.mk')
-rw-r--r-- | ucb/Library_ucpcmis1.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/Library_ucpcmis1.mk b/ucb/Library_ucpcmis1.mk index 219aafc83cfe..e69807f7e219 100644 --- a/ucb/Library_ucpcmis1.mk +++ b/ucb/Library_ucpcmis1.mk @@ -27,7 +27,7 @@ $(eval $(call gb_Library_use_libraries,ucpcmis1,\ $(eval $(call gb_Library_use_externals,ucpcmis1,\ boost_headers \ - boostdatetime \ + boost_date_time \ cmis \ curl \ libxml2 \ |