From 68316d700b6e46b4b1fe3e59239ab747e3423a7c Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 28 May 2013 16:02:09 +0200 Subject: tools: fix linker error with newer libtool --- tools/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am index fe0ec5d..ea7898e 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -12,8 +12,8 @@ ideviceinfo_LDADD = ../src/libimobiledevice.la idevicepair_SOURCES = idevicepair.c idevicepair_CFLAGS = $(AM_CFLAGS) -idevicepair_LDFLAGS = $(AM_LDFLAGS) -idevicepair_LDADD = $(top_srcdir)/common/libinternalcommon.la ../src/libimobiledevice.la +idevicepair_LDFLAGS = $(top_srcdir)/common/libinternalcommon.la $(AM_LDFLAGS) +idevicepair_LDADD = ../src/libimobiledevice.la idevicesyslog_SOURCES = idevicesyslog.c idevicesyslog_CFLAGS = $(AM_CFLAGS) @@ -62,8 +62,8 @@ ideviceprovision_LDADD = ../src/libimobiledevice.la idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c idevicedebugserverproxy_CFLAGS = $(AM_CFLAGS) -idevicedebugserverproxy_LDFLAGS = $(AM_LDFLAGS) -idevicedebugserverproxy_LDADD = $(top_srcdir)/common/libinternalcommon.la ../src/libimobiledevice.la +idevicedebugserverproxy_LDFLAGS = $(top_srcdir)/common/libinternalcommon.la $(AM_LDFLAGS) +idevicedebugserverproxy_LDADD = ../src/libimobiledevice.la idevicediagnostics_SOURCES = idevicediagnostics.c idevicediagnostics_CFLAGS = $(AM_CFLAGS) -- cgit v1.1-32-gdbae