diff options
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 4740330..d701bab 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
@@ -11,6 +11,7 @@ AM_LDFLAGS = \ | |||
11 | $(libplist_LIBS) | 11 | $(libplist_LIBS) |
12 | 12 | ||
13 | bin_PROGRAMS = \ | 13 | bin_PROGRAMS = \ |
14 | idevicebtlogger\ | ||
14 | idevice_id \ | 15 | idevice_id \ |
15 | ideviceinfo \ | 16 | ideviceinfo \ |
16 | idevicename \ | 17 | idevicename \ |
@@ -30,6 +31,11 @@ bin_PROGRAMS = \ | |||
30 | idevicecrashreport \ | 31 | idevicecrashreport \ |
31 | idevicesetlocation | 32 | idevicesetlocation |
32 | 33 | ||
34 | idevicebtlogger_SOURCES = idevicebtlogger.c | ||
35 | iidevicebtlogger_CFLAGS = $(AM_CFLAGS) | ||
36 | idevicebtlogger_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) -lpcap | ||
37 | idevicebtlogger_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | ||
38 | |||
33 | ideviceinfo_SOURCES = ideviceinfo.c | 39 | ideviceinfo_SOURCES = ideviceinfo.c |
34 | ideviceinfo_CFLAGS = $(AM_CFLAGS) $(limd_glue_CFLAGS) | 40 | ideviceinfo_CFLAGS = $(AM_CFLAGS) $(limd_glue_CFLAGS) |
35 | ideviceinfo_LDFLAGS = $(AM_LDFLAGS) $(limd_glue_LIBS) | 41 | ideviceinfo_LDFLAGS = $(AM_LDFLAGS) $(limd_glue_LIBS) |