summaryrefslogtreecommitdiff
path: root/libtoxcore.pc.in
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 /libtoxcore.pc.in
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 'libtoxcore.pc.in')
-rw-r--r--libtoxcore.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtoxcore.pc.in b/libtoxcore.pc.in
index e05e51cd..a91a1fb7 100644
--- a/libtoxcore.pc.in
+++ b/libtoxcore.pc.in
@@ -7,5 +7,5 @@ Name: libtoxcore
7Description: Tox protocol library 7Description: Tox protocol library
8Requires: 8Requires:
9Version: @PACKAGE_VERSION@ 9Version: @PACKAGE_VERSION@
10Libs: @NACL_OBJECTS_PKGCONFIG@ -L${libdir} @NACL_LDFLAGS@ -ltoxcore @NACL_LIBS@ @LIBS@ @MATH_LDFLAGS@ 10Libs: @NACL_OBJECTS_PKGCONFIG@ -L${libdir} @NACL_LDFLAGS@ -ltoxdns -ltoxcore @NACL_LIBS@ @LIBS@ @MATH_LDFLAGS@
11Cflags: -I${includedir} 11Cflags: -I${includedir}