From 847cbdf8c2893ba74ec4d3927e5bd0211f4c06b6 Mon Sep 17 00:00:00 2001 From: Jin^eLD Date: Tue, 18 Mar 2014 01:57:48 +0100 Subject: [PATCH] Tell pkg-config when tox core is built vs. nacl This is required so that applications using tox core do not fail to link when core is built vs. the nacl library. --- libtoxcore.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtoxcore.pc.in b/libtoxcore.pc.in index 90402d4d..1e2b9365 100644 --- a/libtoxcore.pc.in +++ b/libtoxcore.pc.in @@ -7,5 +7,5 @@ Name: libtoxcore Description: Tox protocol library Requires: Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -ltoxcore @LIBS@ -Cflags: -I${includedir} \ No newline at end of file +Libs: -L${libdir} @NACL_LDFLAGS@ -ltoxcore @NACL_LIBS@ @LIBS@ +Cflags: -I${includedir}