diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 7c9060b..b0c2769 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
@@ -35,7 +35,7 @@ bin_PROGRAMS = \ | |||
35 | afcclient | 35 | afcclient |
36 | 36 | ||
37 | idevicebtlogger_SOURCES = idevicebtlogger.c | 37 | idevicebtlogger_SOURCES = idevicebtlogger.c |
38 | iidevicebtlogger_CFLAGS = $(AM_CFLAGS) | 38 | idevicebtlogger_CFLAGS = $(AM_CFLAGS) |
39 | idevicebtlogger_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) | 39 | idevicebtlogger_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) |
40 | idevicebtlogger_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | 40 | idevicebtlogger_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
41 | 41 | ||