diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 12 | ||||
| -rw-r--r-- | src/libimobiledevice-1.0.pc.in | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9933277..1ef47fc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -21,10 +21,10 @@ AM_LDFLAGS = \ | |||
| 21 | $(openssl_LIBS) \ | 21 | $(openssl_LIBS) \ |
| 22 | $(PTHREAD_LIBS) | 22 | $(PTHREAD_LIBS) |
| 23 | 23 | ||
| 24 | lib_LTLIBRARIES = libimobiledevice.la | 24 | lib_LTLIBRARIES = libimobiledevice-1.0.la |
| 25 | libimobiledevice_la_LIBADD = $(top_builddir)/common/libinternalcommon.la | 25 | libimobiledevice_1_0_la_LIBADD = $(top_builddir)/common/libinternalcommon.la |
| 26 | libimobiledevice_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBIMOBILEDEVICE_SO_VERSION) -no-undefined | 26 | libimobiledevice_1_0_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBIMOBILEDEVICE_SO_VERSION) -no-undefined |
| 27 | libimobiledevice_la_SOURCES = \ | 27 | libimobiledevice_1_0_la_SOURCES = \ |
| 28 | idevice.c idevice.h \ | 28 | idevice.c idevice.h \ |
| 29 | service.c service.h \ | 29 | service.c service.h \ |
| 30 | property_list_service.c property_list_service.h \ | 30 | property_list_service.c property_list_service.h \ |
| @@ -53,8 +53,8 @@ libimobiledevice_la_SOURCES = \ | |||
| 53 | syslog_relay.c syslog_relay.h | 53 | syslog_relay.c syslog_relay.h |
| 54 | 54 | ||
| 55 | if WIN32 | 55 | if WIN32 |
| 56 | libimobiledevice_la_LDFLAGS += -avoid-version -static-libgcc | 56 | libimobiledevice_1_0_la_LDFLAGS += -avoid-version -static-libgcc |
| 57 | libimobiledevice_la_LIBADD += -lole32 -lws2_32 -lgdi32 | 57 | libimobiledevice_1_0_la_LIBADD += -lole32 -lws2_32 -lgdi32 |
| 58 | endif | 58 | endif |
| 59 | 59 | ||
| 60 | pkgconfigdir = $(libdir)/pkgconfig | 60 | pkgconfigdir = $(libdir)/pkgconfig |
diff --git a/src/libimobiledevice-1.0.pc.in b/src/libimobiledevice-1.0.pc.in index 023ce54..c37654b 100644 --- a/src/libimobiledevice-1.0.pc.in +++ b/src/libimobiledevice-1.0.pc.in | |||
| @@ -6,7 +6,7 @@ includedir=@includedir@ | |||
| 6 | Name: @PACKAGE_NAME@ | 6 | Name: @PACKAGE_NAME@ |
| 7 | Description: A library to communicate with services running on Apple iOS devices. | 7 | Description: A library to communicate with services running on Apple iOS devices. |
| 8 | Version: @PACKAGE_VERSION@ | 8 | Version: @PACKAGE_VERSION@ |
| 9 | Libs: -L${libdir} -limobiledevice | 9 | Libs: -L${libdir} -limobiledevice-1.0 |
| 10 | Cflags: -I${includedir} | 10 | Cflags: -I${includedir} |
| 11 | Requires: libplist-2.0 >= @LIBPLIST_VERSION@ | 11 | Requires: libplist-2.0 >= @LIBPLIST_VERSION@ |
| 12 | Requires.private: libusbmuxd-2.0 >= @LIBUSBMUXD_VERSION@ @ssl_requires@ | 12 | Requires.private: libusbmuxd-2.0 >= @LIBUSBMUXD_VERSION@ @ssl_requires@ |
