diff options
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 | ||
