Commit 35fbb723 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Added boost_chrono flag.

parent cf76fe0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ CXX_DEBUG_FLAGS=-g -DVERBOSE_DEBUG
CXX_RELEASE_FLAGS=-O3
CXX_DEFAULT_FLAGS=-c -Wall -Wextra -std=c++0x -DHAVE_BOOST
LDFLAGS=-Wall -lomniORB4 -lomniDynamic4 -lCOS4 -lomnithread -ltango -llog4tango \
	-lsoci_core -lsoci_mysql -lCCfits -lboost_thread -lboost_filesystem \
	-lsoci_core -lsoci_mysql -lCCfits -lboost_thread -lboost_filesystem -lboost_chrono \
	-lboost_system -lboost_iostreams -lboost_date_time -lboost_regex -lssl -lcrypto \
	-lmysqlclient
INC_PARM=$(foreach d, $(INC_DIR), -I$d)