summaryrefslogtreecommitdiff
path: root/libtoxcore.pc.in
diff options
context:
space:
mode:
authorjin-eld <jin at mediatomb dot cc>2013-08-24 04:41:35 +0300
committerjin-eld <jin at mediatomb dot cc>2013-08-24 04:41:35 +0300
commitaf05473bd9ac115cb26373e7ecd14381f00f4ab9 (patch)
treeb5d2a61926018a0db54f637d261651fc3dcd0e31 /libtoxcore.pc.in
parentc2c4ad8e5bfc25a50437b2486a46d07e10d497c9 (diff)
Let clients include <tox/tox.h>
...otherwise it's more difficult for them to find the header when pkg-config is not available.
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 7286f43b..c76200c6 100644
--- a/libtoxcore.pc.in
+++ b/libtoxcore.pc.in
@@ -8,5 +8,5 @@ Description: Tox protocol library
8Requires: 8Requires:
9Version: @PACKAGE_VERSION@ 9Version: @PACKAGE_VERSION@
10Libs: -L${libdir} -ltoxcore @LIBS@ 10Libs: -L${libdir} -ltoxcore @LIBS@
11Cflags: -I${includedir}/tox 11Cflags: -I${includedir}
12 12