summaryrefslogtreecommitdiff
path: root/toxdns/Makefile.inc
AgeCommit message (Collapse)Author
2017-12-29Remove deprecated ToxDNSiphydf
Based on #331. Fixes #42.
2017-01-18Setup autotools to read .so version info from a separate fileSergey 'Jin' Bostandzhyan
We want to use the same libtool style .so versions in both build systems, ideally both systems should read the version information from the same configuration file. This commit introduces an so.version configuration file and sets up the autotools to use it. The version numbers in so.version define the ABI compatibility and should be updated prior to each release. implements #323
2014-07-13Fix win32 mingw native buildJin^eLD
toxdns was not linking because of references to functions in crypto_core
2014-06-14Added toxdns.irungentoo
toxdns currently contains functions to make it easier for clients to create tox dns3 requests and handle tox dns3 responses: an encrypted way of querying Tox DNS id servers for Tox ids from usernames.