diff options
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index c280715..6184fcd 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -74,3 +74,11 @@ idevicediagnostics_SOURCES = idevicediagnostics.c | |||
| 74 | idevicediagnostics_CFLAGS = $(AM_CFLAGS) | 74 | idevicediagnostics_CFLAGS = $(AM_CFLAGS) |
| 75 | idevicediagnostics_LDFLAGS = $(AM_LDFLAGS) | 75 | idevicediagnostics_LDFLAGS = $(AM_LDFLAGS) |
| 76 | idevicediagnostics_LDADD = ../src/libimobiledevice.la | 76 | idevicediagnostics_LDADD = ../src/libimobiledevice.la |
| 77 | |||
| 78 | if !WIN32 | ||
| 79 | bin_PROGRAMS += idevicecrashreport | ||
| 80 | idevicecrashreport_SOURCES = idevicecrashreport.c | ||
| 81 | idevicecrashreport_CFLAGS = $(AM_CFLAGS) | ||
| 82 | idevicecrashreport_LDFLAGS = $(top_srcdir)/common/libinternalcommon.la $(AM_LDFLAGS) | ||
| 83 | idevicecrashreport_LDADD = ../src/libimobiledevice.la | ||
| 84 | endif | ||
