Skip to content
Snippets Groups Projects
Commit 22d4450b authored by Graziano Scalamera's avatar Graziano Scalamera
Browse files

Remove MySQL dependency

parent 425e858d
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@ NAME_SRV = alarmhandler-srv
CXXFLAGS += `mysql_config --include` -D_USE_ELETTRA_DB_RW
CXXFLAGS += -D_USE_ELETTRA_DB_RW
LDFLAGS += `mysql_config --libs_r` -lboost_thread
LDFLAGS += -lboost_thread
include ./.makefiles/Make-9.3.3.in
......@@ -34,7 +34,6 @@
#define AlarmHandler_H
#include <tango.h>
#include <mysql.h>
#include <boost/version.hpp>
#if BOOST_VERSION >= 103600
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment