Moved server/server_utilities up one directory
Also modified makefiles to account for the change.
This commit is contained in:
@@ -36,6 +36,7 @@ public:
|
||||
std::string GetUsername();
|
||||
|
||||
//database stuff
|
||||
//TODO: rename Get* to GetIs*
|
||||
bool GetBlackListed();
|
||||
bool GetWhiteListed();
|
||||
bool GetModerator();
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#config
|
||||
INCLUDES+=. ../server_utilities ../../common/utilities
|
||||
INCLUDES+=. .. ../../common/utilities
|
||||
LIBS+=
|
||||
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user