diff options
author | Nikias Bassen | 2024-08-07 18:07:55 +0200 |
---|---|---|
committer | Nikias Bassen | 2024-08-07 18:07:55 +0200 |
commit | 42f25532bd98a3ffe361e719f9c51fb05573deb3 (patch) | |
tree | 1c4967b7029f968655b401bf0f232500efe4fcea /tools | |
parent | 2a0a6d57df3791419dfcda070d9ba6189f518bd5 (diff) | |
download | libimobiledevice-master.tar.gz libimobiledevice-master.tar.bz2 |
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 = \ afcclient idevicebtlogger_SOURCES = idevicebtlogger.c -iidevicebtlogger_CFLAGS = $(AM_CFLAGS) +idevicebtlogger_CFLAGS = $(AM_CFLAGS) idevicebtlogger_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) idevicebtlogger_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |