summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am6
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
13bin_PROGRAMS = \ 13bin_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
34idevicebtlogger_SOURCES = idevicebtlogger.c
35iidevicebtlogger_CFLAGS = $(AM_CFLAGS)
36idevicebtlogger_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) -lpcap
37idevicebtlogger_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la
38
33ideviceinfo_SOURCES = ideviceinfo.c 39ideviceinfo_SOURCES = ideviceinfo.c
34ideviceinfo_CFLAGS = $(AM_CFLAGS) $(limd_glue_CFLAGS) 40ideviceinfo_CFLAGS = $(AM_CFLAGS) $(limd_glue_CFLAGS)
35ideviceinfo_LDFLAGS = $(AM_LDFLAGS) $(limd_glue_LIBS) 41ideviceinfo_LDFLAGS = $(AM_LDFLAGS) $(limd_glue_LIBS)