diff options
author | 2022-03-26 22:41:52 +0100 | |
---|---|---|
committer | 2022-05-05 19:05:50 +0200 | |
commit | df1da523f76fb03a9a73abdfc07a366331009819 (patch) | |
tree | 489a453b5fd01ee23ce9cf98c886aa3f27306c0b /tools/Makefile.am | |
parent | be6eca8654f9bc7c686840a85a576b6453ad012d (diff) | |
download | libimobiledevice-df1da523f76fb03a9a73abdfc07a366331009819.tar.gz libimobiledevice-df1da523f76fb03a9a73abdfc07a366331009819.tar.bz2 |
idevicebtlogger: remove dependency on libpcap
Diffstat (limited to 'tools/Makefile.am')
-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 d701bab..e8ef3ab 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
@@ -33,7 +33,7 @@ bin_PROGRAMS = \ | |||
33 | 33 | ||
34 | idevicebtlogger_SOURCES = idevicebtlogger.c | 34 | idevicebtlogger_SOURCES = idevicebtlogger.c |
35 | iidevicebtlogger_CFLAGS = $(AM_CFLAGS) | 35 | iidevicebtlogger_CFLAGS = $(AM_CFLAGS) |
36 | idevicebtlogger_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) -lpcap | 36 | idevicebtlogger_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) |
37 | idevicebtlogger_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | 37 | idevicebtlogger_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
38 | 38 | ||
39 | ideviceinfo_SOURCES = ideviceinfo.c | 39 | ideviceinfo_SOURCES = ideviceinfo.c |