summaryrefslogtreecommitdiff
path: root/other/pkgconfig
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2016-12-07 14:53:03 +0100
committerGDR! <gdr@gdr.name>2016-12-12 14:09:34 +0100
commitc68449937564b582319e7818241f5bda97eceecb (patch)
treeedb9610276ba6b34a24d5afe1c5cdf2a7d78323f /other/pkgconfig
parentd8ae726d0a332c74da7bbed70982367dd01899e1 (diff)
Move -ltoxcore to be the first linked library
Diffstat (limited to 'other/pkgconfig')
-rw-r--r--other/pkgconfig/toxcore.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/pkgconfig/toxcore.pc.in b/other/pkgconfig/toxcore.pc.in
index c77cb5be..48acc429 100644
--- a/other/pkgconfig/toxcore.pc.in
+++ b/other/pkgconfig/toxcore.pc.in
@@ -6,5 +6,5 @@ Name: toxcore
6Description: Tox protocol library 6Description: Tox protocol library
7Requires: libsodium 7Requires: libsodium
8Version: @PROJECT_VERSION@ 8Version: @PROJECT_VERSION@
9Libs: -L${libdir} @toxcore_PKGCONFIG_LIBS@ -ltoxcrypto -ltoxnetwork -ltoxdht -ltoxnetcrypto -ltoxfriends -ltoxmessenger -ltoxgroup -ltoxcore 9Libs: -L${libdir} -ltoxcore @toxcore_PKGCONFIG_LIBS@ -ltoxcrypto -ltoxnetwork -ltoxdht -ltoxnetcrypto -ltoxfriends -ltoxmessenger -ltoxgroup
10Cflags: -I${includedir} 10Cflags: -I${includedir}