MXS-862: Add FindGSSAPI.cmake and missing includes

Added FindGSSAPI.cmake which allows the modules to be built only if the
libraries are found.

The log manager header was not included by the GSSAPI modules.
This commit is contained in:
Markus Makela
2016-10-13 16:28:57 +03:00
parent e41589be10
commit 840575d1dc
6 changed files with 114 additions and 8 deletions

View File

@ -13,6 +13,7 @@
#include "gssapi_auth.h"
#include <maxscale/alloc.h>
#include <maxscale/log_manager.h>
void* gssapi_auth_alloc(void *instance)
{