Switched to MySQL client library headers for MaxScale

The include directories previously used by MaxScale were from the embedded
library. All parts of MaxScale apart from the query classifier now use
the client libraries.
This commit is contained in:
Markus Makela
2016-02-01 11:52:47 +02:00
parent 7e36e1cbb1
commit 081bacdc64
10 changed files with 124 additions and 125 deletions

View File

@ -33,7 +33,7 @@ check_deps()
check_dirs()
find_package(OpenSSL)
find_package(Valgrind)
find_package(MySQLClient)
find_package(MariaDBConnector)
find_package(MySQL)
find_package(Pandoc)
find_package(TCMalloc)