1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 21:16:35 +02:00

Sync with new libtoxcore build system

First try to use pkg-config to find libtoxcore, fall back to manual
checks if pkg-config is not available.

Improve ncurses search, should now find everything on OSX.
This commit is contained in:
Sergey 'Jin' Bostandzhyan
2013-08-24 05:15:15 +03:00
parent 8b6d50cd68
commit 2a46d48cdf
4 changed files with 173 additions and 114 deletions

View File

@ -10,7 +10,7 @@
#include <stdint.h>
#include <ctype.h>
#include "tox.h"
#include <tox/tox.h>
#include "friendlist.h"

View File

@ -25,7 +25,7 @@
#include <sys/socket.h>
#endif
#include "tox.h"
#include <tox/tox.h>
#include "configdir.h"
#include "toxic_windows.h"

View File

@ -10,7 +10,7 @@
#include <wctype.h>
#include <wchar.h>
#include "tox.h"
#include <tox/tox.h>
#define MAX_WINDOWS_NUM 32
#define MAX_FRIENDS_NUM 100