summaryrefslogtreecommitdiffstats
path: root/src/libimobiledevice-1.0.pc.in
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-06-13 03:56:11 +0200
committerGravatar Martin Szulecki2020-06-14 23:36:23 +0200
commit70e8738d93ebb30a187a5060b26dbe7ae960b76c (patch)
tree11e2cc6bc13cff22a37866debb52b094e25c5794 /src/libimobiledevice-1.0.pc.in
parent66d606871079d588316c5374bdd288225cc4df48 (diff)
downloadlibimobiledevice-70e8738d93ebb30a187a5060b26dbe7ae960b76c.tar.gz
libimobiledevice-70e8738d93ebb30a187a5060b26dbe7ae960b76c.tar.bz2
Add API version to library and pkgconfig file for proper linking
Diffstat (limited to 'src/libimobiledevice-1.0.pc.in')
-rw-r--r--src/libimobiledevice-1.0.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libimobiledevice-1.0.pc.in b/src/libimobiledevice-1.0.pc.in
index 023ce54..c37654b 100644
--- a/src/libimobiledevice-1.0.pc.in
+++ b/src/libimobiledevice-1.0.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
Name: @PACKAGE_NAME@
Description: A library to communicate with services running on Apple iOS devices.
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -limobiledevice
+Libs: -L${libdir} -limobiledevice-1.0
Cflags: -I${includedir}
Requires: libplist-2.0 >= @LIBPLIST_VERSION@
Requires.private: libusbmuxd-2.0 >= @LIBUSBMUXD_VERSION@ @ssl_requires@