From aad03198612d4f05c087570250b634fee8ce1938 Mon Sep 17 00:00:00 2001 From: Andrea Bignamini <bignamini@oats.inaf.it> Date: Tue, 14 Mar 2017 15:52:17 +0100 Subject: [PATCH] Release final version 1.0.0 This is the final version 1.0.0 of the metadata_exporter based on the last commit by M.de Marco --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 52f1312..c7d0cc5 100644 --- a/Makefile +++ b/Makefile @@ -23,10 +23,10 @@ LIB_DIR=/usr/local/omniORB/lib \ CC=g++ CXX_DEBUG_FLAGS=-g -DVERBOSE_DEBUG CXX_RELEASE_FLAGS=-O3 -CXX_DEFAULT_FLAGS=-c -Wall -Wextra -std=c++0x +CXX_DEFAULT_FLAGS=-c -Wall -Wextra -std=c++0x -Wno-unused-local-typedefs LDFLAGS=-Wall -lomniORB4 -lomniDynamic4 -lCOS4 -lomnithread -ltango -llog4tango \ - -lsoci_core -lsoci_mysql -lboost_system -lboost_thread -lboost_filesystem \ - -lboost_date_time -lprotobuf -lssl + -lsoci_core -lsoci_mysql -lmysqlclient -lboost_system -lboost_thread \ + -lboost_filesystem -lboost_date_time -lprotobuf -lssl -lcrypto -lpthread INC_PARM=$(foreach d, $(INC_DIR), -I$d) LIB_PARM=$(foreach d, $(LIB_DIR), -L$d) PROTOC :=/usr/local/protobuf/bin/protoc -- GitLab