Added template cnf file to /etc and renamed folders.

This commit is contained in:
Markus Makela
2015-07-09 14:41:23 +03:00
parent 3a69a87df1
commit b0e98bc420
17 changed files with 33 additions and 14 deletions

View File

@ -23,6 +23,9 @@ macro(set_variables)
# Use C99
set(USE_C99 FALSE CACHE BOOL "Use C99 standard")
# Install the template maxscale.cnf file
set(WITH_MAXSCALE_CNF TRUE CACHE BOOL "Install the template maxscale.cnf file")
# hostname or IP address of MaxScale's host
set(TEST_HOST "127.0.0.1" CACHE STRING "hostname or IP address of MaxScale's host")