summaryrefslogtreecommitdiff
path: root/libtoxcore.pc.in
diff options
context:
space:
mode:
authorJin^eLD <jin@mediatomb.cc>2014-03-18 01:57:48 +0100
committerJin^eLD <jin@mediatomb.cc>2014-03-18 01:57:48 +0100
commit847cbdf8c2893ba74ec4d3927e5bd0211f4c06b6 (patch)
tree0ea0e8e146013e13f5ecd3e1b79d9b167a1e3bbc /libtoxcore.pc.in
parentf85d5e512dc9d5cd84e1c0ce9df134d2b8306608 (diff)
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.
Diffstat (limited to 'libtoxcore.pc.in')
-rw-r--r--libtoxcore.pc.in4
1 files 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
7Description: Tox protocol library 7Description: Tox protocol library
8Requires: 8Requires:
9Version: @PACKAGE_VERSION@ 9Version: @PACKAGE_VERSION@
10Libs: -L${libdir} -ltoxcore @LIBS@ 10Libs: -L${libdir} @NACL_LDFLAGS@ -ltoxcore @NACL_LIBS@ @LIBS@
11Cflags: -I${includedir} \ No newline at end of file 11Cflags: -I${includedir}