Fixed unix makefile to include boost::chrono
This commit is contained in:
parent
a298006598
commit
a68bb9392d
1 changed files with 3 additions and 0 deletions
|
@ -44,9 +44,12 @@ LIBS += \
|
|||
-l boost_filesystem$(BOOST_LIB_SUFFIX) \
|
||||
-l boost_program_options$(BOOST_LIB_SUFFIX) \
|
||||
-l boost_thread$(BOOST_LIB_SUFFIX) \
|
||||
-l boost_chrono$(BOOST_LIB_SUFFIX) \
|
||||
-l boost_timer$(BOOST_LIB_SUFFIX) \
|
||||
-l db_cxx$(BDB_LIB_SUFFIX) \
|
||||
-l ssl \
|
||||
-l crypto \
|
||||
-l rt \
|
||||
-Wl,-Bdynamic \
|
||||
-l gmp \
|
||||
-Wl,-B$(LMODE)
|
||||
|
|
Loading…
Reference in a new issue