diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 3 | ||||
| -rw-r--r-- | src/libirecovery.pc.in | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 265c91a..e5dc9c1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -19,3 +19,6 @@ libirecovery_la_SOURCES = libirecovery.c \ | |||
| 19 | if WIN32 | 19 | if WIN32 |
| 20 | libirecovery_la_LDFLAGS += -avoid-version | 20 | libirecovery_la_LDFLAGS += -avoid-version |
| 21 | endif | 21 | endif |
| 22 | |||
| 23 | pkgconfigdir = $(libdir)/pkgconfig | ||
| 24 | pkgconfig_DATA = libirecovery.pc | ||
diff --git a/src/libirecovery.pc.in b/src/libirecovery.pc.in new file mode 100644 index 0000000..11ac86a --- /dev/null +++ b/src/libirecovery.pc.in | |||
| @@ -0,0 +1,11 @@ | |||
| 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 iBoot/iBSS on iOS devices via USB | ||
| 8 | Version: @PACKAGE_VERSION@ | ||
| 9 | Libs: -L${libdir} -lirecovery | ||
| 10 | Cflags: -I${includedir} | ||
| 11 | Requires.private: @LIBUSB_REQUIRED@ | ||
