Fix in-source builds
The internal header directory conflicted with in-source builds causing a build failure. This is fixed by renaming the internal header directory to something other than maxscale. The renaming pointed out a few problems in a couple of source files that appeared to include internal headers when the headers were in fact public headers. Fixed maxctrl in-source builds by making the copying of the sources optional.
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include "maxscale/messagequeue.hh"
|
||||
#include "internal/messagequeue.hh"
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
@ -19,7 +19,7 @@
|
||||
#include <sys/utsname.h>
|
||||
#include <maxscale/debug.h>
|
||||
#include <maxscale/log_manager.h>
|
||||
#include "maxscale/worker.hh"
|
||||
#include "internal/worker.hh"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
Reference in New Issue
Block a user