diff options
| author | 2015-01-27 19:43:54 +0100 | |
|---|---|---|
| committer | 2015-01-27 19:43:54 +0100 | |
| commit | 2c951c8bf15e229342abfa102e4414fd67795e19 (patch) | |
| tree | 29ba40085e382dc50fc4e4cbe5d1f3ddb147f731 /tools/Makefile.am | |
| parent | a6ea54ec581470ed70c98c86b1619f9defca8b7e (diff) | |
| download | libimobiledevice-2c951c8bf15e229342abfa102e4414fd67795e19.tar.gz libimobiledevice-2c951c8bf15e229342abfa102e4414fd67795e19.tar.bz2 | |
idevicecrashreport: Enable build for win32
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 698e083..db929bb 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -3,7 +3,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir) | |||
| 3 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(libgcrypt_CFLAGS) $(openssl_CFLAGS) $(libplist_CFLAGS) $(LFS_CFLAGS) | 3 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(libgcrypt_CFLAGS) $(openssl_CFLAGS) $(libplist_CFLAGS) $(LFS_CFLAGS) |
| 4 | AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(libgcrypt_LIBS) $(openssl_LIBS) $(libplist_LIBS) | 4 | AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(libgcrypt_LIBS) $(openssl_LIBS) $(libplist_LIBS) |
| 5 | 5 | ||
| 6 | bin_PROGRAMS = idevice_id ideviceinfo idevicename idevicepair idevicesyslog ideviceimagemounter idevicescreenshot ideviceenterrecovery idevicedate idevicebackup idevicebackup2 ideviceprovision idevicedebugserverproxy idevicediagnostics idevicedebug idevicenotificationproxy | 6 | bin_PROGRAMS = idevice_id ideviceinfo idevicename idevicepair idevicesyslog ideviceimagemounter idevicescreenshot ideviceenterrecovery idevicedate idevicebackup idevicebackup2 ideviceprovision idevicedebugserverproxy idevicediagnostics idevicedebug idevicenotificationproxy idevicecrashreport |
| 7 | 7 | ||
| 8 | ideviceinfo_SOURCES = ideviceinfo.c | 8 | ideviceinfo_SOURCES = ideviceinfo.c |
| 9 | ideviceinfo_CFLAGS = $(AM_CFLAGS) | 9 | ideviceinfo_CFLAGS = $(AM_CFLAGS) |
| @@ -85,10 +85,7 @@ idevicenotificationproxy_CFLAGS = $(AM_CFLAGS) | |||
| 85 | idevicenotificationproxy_LDFLAGS = $(AM_LDFLAGS) | 85 | idevicenotificationproxy_LDFLAGS = $(AM_LDFLAGS) |
| 86 | idevicenotificationproxy_LDADD = $(top_builddir)/src/libimobiledevice.la | 86 | idevicenotificationproxy_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 87 | 87 | ||
| 88 | if !WIN32 | ||
| 89 | bin_PROGRAMS += idevicecrashreport | ||
| 90 | idevicecrashreport_SOURCES = idevicecrashreport.c | 88 | idevicecrashreport_SOURCES = idevicecrashreport.c |
| 91 | idevicecrashreport_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS) | 89 | idevicecrashreport_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS) |
| 92 | idevicecrashreport_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) | 90 | idevicecrashreport_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) |
| 93 | idevicecrashreport_LDADD = $(top_builddir)/src/libimobiledevice.la | 91 | idevicecrashreport_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 94 | endif | ||
