summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--other/pkgconfig/toxcore.pc.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/other/pkgconfig/toxcore.pc.in b/other/pkgconfig/toxcore.pc.in
index 72fe00cf..55b3b10a 100644
--- a/other/pkgconfig/toxcore.pc.in
+++ b/other/pkgconfig/toxcore.pc.in
@@ -4,7 +4,8 @@ includedir=${prefix}/include
4 4
5Name: toxcore 5Name: toxcore
6Description: Tox protocol library 6Description: Tox protocol library
7Requires: @toxcore_PKGCONFIG_REQUIRES@ 7Requires.private: @toxcore_PKGCONFIG_REQUIRES@
8Version: @PROJECT_VERSION@ 8Version: @PROJECT_VERSION@
9Libs: -L${libdir} -ltoxcore @toxcore_PKGCONFIG_LIBS@ 9Libs: -L${libdir} -ltoxcore
10Libs.private: @toxcore_PKGCONFIG_LIBS@
10Cflags: -I${includedir} 11Cflags: -I${includedir}