From 11cd132bcdd924c55a11de66df1d31b4c312dde4 Mon Sep 17 00:00:00 2001
From: Andrea Bignamini <bignamini@oats.inaf.it>
Date: Tue, 14 Mar 2017 15:55:11 +0100
Subject: [PATCH] Release final version 1.0.0

This is the final version of 1.0.0 of the data_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 331d111..f1ccd1e 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