summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
-rw-r--r--src/libimobiledevice-1.0.pc.in12
2 files changed, 15 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e45437b..da60386 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -34,3 +34,6 @@ if WIN32
34libimobiledevice_la_LDFLAGS += -avoid-version 34libimobiledevice_la_LDFLAGS += -avoid-version
35libimobiledevice_la_LIBADD += -lole32 -lws2_32 35libimobiledevice_la_LIBADD += -lole32 -lws2_32
36endif 36endif
37
38pkgconfigdir = $(libdir)/pkgconfig
39pkgconfig_DATA = libimobiledevice-1.0.pc
diff --git a/src/libimobiledevice-1.0.pc.in b/src/libimobiledevice-1.0.pc.in
new file mode 100644
index 0000000..dfcdd8a
--- /dev/null
+++ b/src/libimobiledevice-1.0.pc.in
@@ -0,0 +1,12 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: @PACKAGE_NAME@
7Description: A library to communicate with services running on Apple iOS devices.
8Version: @PACKAGE_VERSION@
9Libs: -L${libdir} -limobiledevice
10Cflags: -I${includedir}
11Requires: libplist >= @LIBPLIST_VERSION@
12Requires.private: libusbmuxd >= @LIBUSBMUXD_VERSION@ @ssl_requires@ \ No newline at end of file