From e1989405ad5ed51cf13776828767a56c84f3e760 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 22 Jan 2025 10:30:55 +0100 Subject: tools: Fix afclient compilation by adding libimobiledevice-glue dependency --- tools/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am index 8bd29b1..24cfc66 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -135,8 +135,8 @@ idevicesetlocation_LDFLAGS = $(AM_LDFLAGS) idevicesetlocation_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la afcclient_SOURCES = afcclient.c -afcclient_CFLAGS = $(AM_CFLAGS) -afcclient_LDFLAGS = $(AM_LDFLAGS) +afcclient_CFLAGS = $(AM_CFLAGS) $(limd_glue_CFLAGS) +afcclient_LDFLAGS = $(AM_LDFLAGS) $(limd_glue_LIBS) if HAVE_READLINE afcclient_CFLAGS += $(readline_CFLAGS) afcclient_LDFLAGS += $(readline_LIBS) -- cgit v1.1-32-gdbae