mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 09:18:45 -04:00
Moved #ifdef RS_WEBUI inside RS_JSONAPI ifdefs so that the webui files cannot be requested unless jsonapi files are compiled
This commit is contained in:
parent
50529654f8
commit
9a24af87a4
8 changed files with 32 additions and 17 deletions
|
@ -30,8 +30,9 @@
|
|||
#include "rsharesettings.h"
|
||||
#include "gui/MainWindow.h"
|
||||
|
||||
// for this one, we'd rather use a file in retroshare/*h list.
|
||||
#include <jsonapi/jsonapi.h>
|
||||
#ifdef RS_JSONAPI
|
||||
#include <retroshare/rsjsonapi.h>
|
||||
#endif
|
||||
|
||||
#include <retroshare/rsnotify.h>
|
||||
#include <retroshare/rspeers.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue