Add files to devel package

The devel package was missing the protocol/mysql.h-file. Also,
added copyright and licence files and a devel-specific description.
The package target is now checked to be one of the recognized ones.
This commit is contained in:
Esa Korhonen
2017-02-16 16:34:03 +02:00
parent 44661036d8
commit a201379aad
6 changed files with 33 additions and 2 deletions

View File

@ -224,6 +224,9 @@ install_file(etc/lsyncd_example.conf core)
install_manual(Documentation/maxscale.1 1 core)
install_file(${CMAKE_SOURCE_DIR}/server/maxscale_binlogserver_template.cnf core)
# For devel package, these files are put to the base folder
install_header(${CMAKE_SOURCE_DIR}/COPYRIGHT devel)
install_header(${CMAKE_SOURCE_DIR}/LICENSE.TXT devel)
# Install startup scripts and ldconfig files
if(WITH_SCRIPTS)