toxcore/other
Yuri 1e1efec34a
pkg-config .pc files: added .private versions of Libs and Required
To prevent top-level linking of all libraries.

Problem: ```pkg-config --libs toxcore``` returns all libraries that are
required by all libtox*.so libraries. This is wrong because for a
dynamically linked executable only top-level libraries need to be
supplied. ```pkg-config --libs --static toxcore``` should return all
libraries for the statically linked executable.

For example, the ToxBot https://github.com/JFreegman/ToxBot executable
uses pkg-config and is linked with the opus library, which is wrong.

Based on #533.
2018-01-13 23:04:23 +00:00
..
astyle Remove deprecated ToxDNS 2017-12-29 00:32:18 +00:00
bootstrap_daemon Update tox-bootstrapd Dockerfile 2017-12-16 03:14:23 -05:00
fun Minor cleanups: header reordering, adding {}. 2016-09-09 19:30:50 +01:00
pkgconfig pkg-config .pc files: added .private versions of Libs and Required 2018-01-13 23:04:23 +00:00
travis Increase test retries to 10 (basically infinite). 2018-01-10 18:57:42 +00:00
bootstrap_node_packets.c Add part of platform-independent network API implementation 2017-02-26 23:16:16 +03:00
bootstrap_node_packets.h Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
DHT_bootstrap.c Move Networking_Core struct into the .c file. 2018-01-11 11:59:14 +00:00
DHTnodes Link changes. 2015-07-07 22:57:11 -04:00
Makefile.inc Add a separate configure switch for DHT_bootstrap 2017-01-03 20:42:07 +00:00
monolith.h Add a monolith_test that includes all toxcore sources. 2017-06-04 17:48:23 +00:00
osx_build_script_toxcore.sh Move OS X install script 2015-02-03 12:48:15 -05:00
tox-warning.png Add tutorial and "danger: experimental" banner to README. 2017-01-18 18:13:31 +00:00
tox.png Added logo in readme to repo. 2013-08-14 12:35:55 -04:00
version-sync Bump toxcore version to 0.2.0. 2018-01-08 19:36:00 +00:00