diff options
Diffstat (limited to 'libimobiledevice-1.0.pc.in')
-rw-r--r-- | libimobiledevice-1.0.pc.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libimobiledevice-1.0.pc.in b/libimobiledevice-1.0.pc.in deleted file mode 100644 index 526edcf..0000000 --- a/libimobiledevice-1.0.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: libimobiledevice -Description: A library to communicate with services running on Apple iPhone/iPod Touch devices. -Version: @VERSION@ -Requires: libplist >= 0.12 libusbmuxd >= 0.1.0 glib-2.0 >= 2.14.1 gthread-2.0 >= 2.14.1 gnutls >= 1.6.3 libtasn1 >= 1.1 -Libs: -L${libdir} -limobiledevice -Cflags: -I${includedir} - |