diff options
| author | 2024-08-07 18:07:55 +0200 | |
|---|---|---|
| committer | 2024-08-07 18:07:55 +0200 | |
| commit | 42f25532bd98a3ffe361e719f9c51fb05573deb3 (patch) | |
| tree | 1c4967b7029f968655b401bf0f232500efe4fcea /tools | |
| parent | 2a0a6d57df3791419dfcda070d9ba6189f518bd5 (diff) | |
| download | libimobiledevice-42f25532bd98a3ffe361e719f9c51fb05573deb3.tar.gz libimobiledevice-42f25532bd98a3ffe361e719f9c51fb05573deb3.tar.bz2 | |
tools: Fix typo in Makefile.am regarding idevicebtlogger_CFLAGS
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 | ||
