mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 03:06:45 +02:00
Added autotools based build scripts
Limitations: currently the tox core library does not ship proper public headers, so we'll have to tell the configure script where the headers are (i.e. directory in the ProjectTox-Core source tree. Since these headers are not really public, they include sodium.h, so right now the toxic configure script will check for sodium.h as well. We also need to look for the libsodium library for linking vs Tox core.
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <wctype.h>
|
||||
#include <wchar.h>
|
||||
#include "../../core/Messenger.h"
|
||||
#include "Messenger.h"
|
||||
#define MAX_WINDOWS_NUM 32
|
||||
#define MAX_FRIENDS_NUM 100
|
||||
#define MAX_STR_SIZE 256
|
||||
|
Reference in New Issue
Block a user