summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/Makefile.am2
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
17 17
18idevicepair_SOURCES = idevicepair.c 18idevicepair_SOURCES = idevicepair.c
19idevicepair_CFLAGS = $(AM_CFLAGS) 19idevicepair_CFLAGS = $(AM_CFLAGS)
20idevicepair_LDFLAGS = $(top_srcdir)/common/libinternalcommon.la $(AM_LDFLAGS) 20idevicepair_LDFLAGS = $(top_srcdir)/common/libinternalcommon.la $(AM_LDFLAGS) $(libusbmuxd_LIBS)
21idevicepair_LDADD = ../src/libimobiledevice.la 21idevicepair_LDADD = ../src/libimobiledevice.la
22 22
23idevicesyslog_SOURCES = idevicesyslog.c 23idevicesyslog_SOURCES = idevicesyslog.c