From 9c11c15385ff44609ac8438378a5bcb05d47c572 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sat, 14 Jun 2014 09:54:40 -0400 Subject: 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. --- libtoxcore.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtoxcore.pc.in') 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 Description: Tox protocol library Requires: Version: @PACKAGE_VERSION@ -Libs: @NACL_OBJECTS_PKGCONFIG@ -L${libdir} @NACL_LDFLAGS@ -ltoxcore @NACL_LIBS@ @LIBS@ @MATH_LDFLAGS@ +Libs: @NACL_OBJECTS_PKGCONFIG@ -L${libdir} @NACL_LDFLAGS@ -ltoxdns -ltoxcore @NACL_LIBS@ @LIBS@ @MATH_LDFLAGS@ Cflags: -I${includedir} -- cgit v1.2.3