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:
@ -14,7 +14,7 @@
|
||||
/**
|
||||
* @file The embedded HTTP protocol administrative interface
|
||||
*/
|
||||
#include "maxscale/admin.hh"
|
||||
#include "internal/admin.hh"
|
||||
|
||||
#include <climits>
|
||||
#include <new>
|
||||
@ -35,7 +35,7 @@
|
||||
#include <maxscale/http.hh>
|
||||
#include <maxscale/adminusers.h>
|
||||
|
||||
#include "maxscale/resource.hh"
|
||||
#include "internal/resource.hh"
|
||||
|
||||
using std::string;
|
||||
using std::ifstream;
|
||||
|
Reference in New Issue
Block a user