summaryrefslogtreecommitdiff
path: root/libtoxcore.pc.in
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-05-30 13:20:36 -0400
committerirungentoo <irungentoo@gmail.com>2014-05-30 13:20:36 -0400
commit0e814904e4494705c82e8ef30b7b0cc090ea617e (patch)
tree147e653b1a2251daaff4f64ae1105f964f437964 /libtoxcore.pc.in
parent6b152d2bac5e7512ee748b906d96c94f2d0e7bc7 (diff)
Replaced tox_wait* functions with tox_do_run_interval().
Build system fixes.
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 57d3f8ef..e05e51cd 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@ 10Libs: @NACL_OBJECTS_PKGCONFIG@ -L${libdir} @NACL_LDFLAGS@ -ltoxcore @NACL_LIBS@ @LIBS@ @MATH_LDFLAGS@
11Cflags: -I${includedir} 11Cflags: -I${includedir}