From 6f27ab20ad5d3d13eb01e3ea08ed9c4e276cbbc6 Mon Sep 17 00:00:00 2001
From: gscalamera <graziano.scalamera@elettra.eu>
Date: Mon, 27 May 2019 16:35:36 +0200
Subject: [PATCH] updated Makefile to Tango 9.3.3

---
 .makefiles | 2 +-
 Makefile   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.makefiles b/.makefiles
index 3c45cfb..12e3e21 160000
--- a/.makefiles
+++ b/.makefiles
@@ -1 +1 @@
-Subproject commit 3c45cfb725c2c01479525a015a6a9bd671980bf4
+Subproject commit 12e3e21774fbf2bb8d5cf88104ae282abe442a35
diff --git a/Makefile b/Makefile
index cef07f5..abede00 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,9 @@ NAME_SRV = alarmhandler-srv
 
 
 
-CXXFLAGS += `mysql_config --include`
+CXXFLAGS += `mysql_config --include` -D_USE_ELETTRA_DB_RW
 
 
 LDFLAGS += `mysql_config --libs_r` -lboost_thread
 
-include ./.makefiles/Make-9.2.2.in
+include ./.makefiles/Make-9.3.3.in
-- 
GitLab