summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-06-14 09:54:40 -0400
committerirungentoo <irungentoo@gmail.com>2014-06-14 09:54:40 -0400
commit9c11c15385ff44609ac8438378a5bcb05d47c572 (patch)
treebcf8664079689ce23c810499ecc4d74a5951c652 /build
parent0b4640a508d6ceeb8983aa819cd70f01ceeec481 (diff)
Added toxdns.
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.
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Makefile.am b/build/Makefile.am
index aa004388..c2667d5d 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -5,6 +5,7 @@ noinst_bindir = $(top_builddir)/build
5EXTRA_DIST= 5EXTRA_DIST=
6 6
7include ../toxcore/Makefile.inc 7include ../toxcore/Makefile.inc
8include ../toxdns/Makefile.inc
8include ../toxav/Makefile.inc 9include ../toxav/Makefile.inc
9include ../other/Makefile.inc 10include ../other/Makefile.inc
10include ../testing/Makefile.inc 11include ../testing/Makefile.inc