diff options
Diffstat (limited to 'src/libideviceactivation-1.0.pc.in')
-rw-r--r-- | src/libideviceactivation-1.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libideviceactivation-1.0.pc.in b/src/libideviceactivation-1.0.pc.in index 27bb950..d15b4d7 100644 --- a/src/libideviceactivation-1.0.pc.in +++ b/src/libideviceactivation-1.0.pc.in @@ -6,7 +6,7 @@ includedir=@includedir@ Name: @PACKAGE_NAME@ Description: A library to handle activation and deactivation of iOS devices. Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -lideviceactivation +Libs: -L${libdir} -lideviceactivation-1.0 Cflags: -I${includedir} Requires: libplist-2.0 >= @LIBPLIST_VERSION@ libimobiledevice-1.0 >= @LIBIMOBILEDEVICE_VERSION@ Requires.private: libcurl >= @LIBCURL_VERSION@ libxml-2.0 >= @LIBXML2_VERSION@ |