diff options
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 12 |
1 files changed, 6 insertions, 6 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 |
