diff options
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f1f5f39..9186230 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -4,6 +4,7 @@ AM_CFLAGS = $(GLOBAL_CFLAGS) $(libusbmuxd_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1 | |||
| 4 | AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(libplist_LIBS) $(libusbmuxd_LIBS) $(libgcrypt_LIBS) ${libpthread_LIBS} $(openssl_LIBS) | 4 | AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(libplist_LIBS) $(libusbmuxd_LIBS) $(libgcrypt_LIBS) ${libpthread_LIBS} $(openssl_LIBS) |
| 5 | 5 | ||
| 6 | lib_LTLIBRARIES = libimobiledevice.la | 6 | lib_LTLIBRARIES = libimobiledevice.la |
| 7 | libimobiledevice_la_LIBADD = | ||
| 7 | libimobiledevice_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBIMOBILEDEVICE_SO_VERSION) -no-undefined | 8 | libimobiledevice_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBIMOBILEDEVICE_SO_VERSION) -no-undefined |
| 8 | libimobiledevice_la_SOURCES = idevice.c idevice.h \ | 9 | libimobiledevice_la_SOURCES = idevice.c idevice.h \ |
| 9 | debug.c debug.h\ | 10 | debug.c debug.h\ |
| @@ -25,3 +26,7 @@ libimobiledevice_la_SOURCES = idevice.c idevice.h \ | |||
| 25 | misagent.c misagent.h\ | 26 | misagent.c misagent.h\ |
| 26 | restore.c restore.h\ | 27 | restore.c restore.h\ |
| 27 | diagnostics_relay.c diagnostics_relay.h | 28 | diagnostics_relay.c diagnostics_relay.h |
| 29 | |||
| 30 | if WIN32 | ||
| 31 | libimobiledevice_la_LIBADD += -lole32 | ||
| 32 | endif \ No newline at end of file | ||
