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:
@ -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)
|
||||
|
Reference in New Issue
Block a user