summaryrefslogtreecommitdiff
path: root/libtoxcore.pc.in
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-12-18 10:04:31 -0500
committerirungentoo <irungentoo@gmail.com>2014-12-18 10:04:31 -0500
commit1db01073e50a7030d3009e41ebedc9d9845471b3 (patch)
tree5780f5d48d8e55a83ea329a2cb1bbd00191e92b9 /libtoxcore.pc.in
parent9da75d009f95005143a26fcef310f4a034bbb3e9 (diff)
Build system fixes.
libtoxcore.pc now has -lpthread like it's supposed to on systems where it is needed.
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 57a7469e..0ff86827 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@ -ltoxdns -ltoxencryptsave -ltoxcore @NACL_LIBS@ @LIBS@ @MATH_LDFLAGS@ 10Libs: @NACL_OBJECTS_PKGCONFIG@ -L${libdir} @NACL_LDFLAGS@ -ltoxdns -ltoxencryptsave -ltoxcore @NACL_LIBS@ @LIBS@ @MATH_LDFLAGS@ @PTHREAD_LDFLAGS@
11Cflags: -I${includedir} 11Cflags: -I${includedir}