diff options
| author | 2021-03-06 16:56:54 -0800 | |
|---|---|---|
| committer | 2022-05-05 18:53:16 +0200 | |
| commit | a070a2e0b8774132a2c90822ba22580c4d1842da (patch) | |
| tree | ae4dfcdacb2401c42029f56b1ea831afff2f71e9 /tools/Makefile.am | |
| parent | c6f89deac00347faa187f2f5296e32840c4f26b4 (diff) | |
| download | libimobiledevice-a070a2e0b8774132a2c90822ba22580c4d1842da.tar.gz libimobiledevice-a070a2e0b8774132a2c90822ba22580c4d1842da.tar.bz2 | |
Initial commit of working packet logger (idevicebtlogger)
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) |
