diff options
| author | 2015-01-28 20:54:25 +0100 | |
|---|---|---|
| committer | 2015-01-28 20:54:25 +0100 | |
| commit | 4d95679e67a11b6a748d0df192e410457229b83c (patch) | |
| tree | 1fb85c1d2b2a6d77591a037e71731d163770f132 /src | |
| parent | 3f0ab718d51bd6649e171a4e411cd062cd9817cc (diff) | |
| download | libimobiledevice-4d95679e67a11b6a748d0df192e410457229b83c.tar.gz libimobiledevice-4d95679e67a11b6a748d0df192e410457229b83c.tar.bz2 | |
Move pkg-config file into src directory
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 3 | ||||
| -rw-r--r-- | src/libimobiledevice-1.0.pc.in | 12 |
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 | |||
| 34 | libimobiledevice_la_LDFLAGS += -avoid-version | 34 | libimobiledevice_la_LDFLAGS += -avoid-version |
| 35 | libimobiledevice_la_LIBADD += -lole32 -lws2_32 | 35 | libimobiledevice_la_LIBADD += -lole32 -lws2_32 |
| 36 | endif | 36 | endif |
| 37 | |||
| 38 | pkgconfigdir = $(libdir)/pkgconfig | ||
| 39 | pkgconfig_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 @@ | |||
| 1 | prefix=@prefix@ | ||
| 2 | exec_prefix=@exec_prefix@ | ||
| 3 | libdir=@libdir@ | ||
| 4 | includedir=@includedir@ | ||
| 5 | |||
| 6 | Name: @PACKAGE_NAME@ | ||
| 7 | Description: A library to communicate with services running on Apple iOS devices. | ||
| 8 | Version: @PACKAGE_VERSION@ | ||
| 9 | Libs: -L${libdir} -limobiledevice | ||
| 10 | Cflags: -I${includedir} | ||
| 11 | Requires: libplist >= @LIBPLIST_VERSION@ | ||
| 12 | Requires.private: libusbmuxd >= @LIBUSBMUXD_VERSION@ @ssl_requires@ \ No newline at end of file | ||
