diff options
author | Nikias Bassen | 2014-03-21 18:11:54 +0100 |
---|---|---|
committer | Nikias Bassen | 2014-03-21 18:11:54 +0100 |
commit | 1a0ce00184f560556d5e823dc8b1258a79ed5aaa (patch) | |
tree | fb0aa9ba2bb998c889615907e6081174c9f80cb4 /tools | |
parent | 623615d1faa1006d20cf2aee3d34c07d1eeb3239 (diff) | |
download | libimobiledevice-1a0ce00184f560556d5e823dc8b1258a79ed5aaa.tar.gz libimobiledevice-1a0ce00184f560556d5e823dc8b1258a79ed5aaa.tar.bz2 |
tools: fix build of idevicepair with indirect linking
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 6184fcd..3a91cfe 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -17,7 +17,7 @@ idevicename_LDADD = ../src/libimobiledevice.la idevicepair_SOURCES = idevicepair.c idevicepair_CFLAGS = $(AM_CFLAGS) -idevicepair_LDFLAGS = $(top_srcdir)/common/libinternalcommon.la $(AM_LDFLAGS) +idevicepair_LDFLAGS = $(top_srcdir)/common/libinternalcommon.la $(AM_LDFLAGS) $(libusbmuxd_LIBS) idevicepair_LDADD = ../src/libimobiledevice.la idevicesyslog_SOURCES = idevicesyslog.c |