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

Fix Mysql in Makefile

parent 3cf4fdc4
No related branches found
No related tags found
No related merge requests found
NAME_SRV = plcint-diproi-srv
#MYSQL_INC = `pkg-config mysqlclient --cflags`
#CXXFLAGS += ${MYSQL_INC}
#LDFLAGS = `pkg-config mysqlclient --libs` -lz
CXXFLAGS = -I/usr/include/mysql -L/usr/lib/mysql
LDFLAGS = -lmysqlclient
include ../makefiles/Make-9.3.3.in
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