summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/Makefile.am8
1 files changed, 4 insertions, 4 deletions
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
12 12
13idevicepair_SOURCES = idevicepair.c 13idevicepair_SOURCES = idevicepair.c
14idevicepair_CFLAGS = $(AM_CFLAGS) 14idevicepair_CFLAGS = $(AM_CFLAGS)
15idevicepair_LDFLAGS = $(AM_LDFLAGS) 15idevicepair_LDFLAGS = $(top_srcdir)/common/libinternalcommon.la $(AM_LDFLAGS)
16idevicepair_LDADD = $(top_srcdir)/common/libinternalcommon.la ../src/libimobiledevice.la 16idevicepair_LDADD = ../src/libimobiledevice.la
17 17
18idevicesyslog_SOURCES = idevicesyslog.c 18idevicesyslog_SOURCES = idevicesyslog.c
19idevicesyslog_CFLAGS = $(AM_CFLAGS) 19idevicesyslog_CFLAGS = $(AM_CFLAGS)
@@ -62,8 +62,8 @@ ideviceprovision_LDADD = ../src/libimobiledevice.la
62 62
63idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c 63idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c
64idevicedebugserverproxy_CFLAGS = $(AM_CFLAGS) 64idevicedebugserverproxy_CFLAGS = $(AM_CFLAGS)
65idevicedebugserverproxy_LDFLAGS = $(AM_LDFLAGS) 65idevicedebugserverproxy_LDFLAGS = $(top_srcdir)/common/libinternalcommon.la $(AM_LDFLAGS)
66idevicedebugserverproxy_LDADD = $(top_srcdir)/common/libinternalcommon.la ../src/libimobiledevice.la 66idevicedebugserverproxy_LDADD = ../src/libimobiledevice.la
67 67
68idevicediagnostics_SOURCES = idevicediagnostics.c 68idevicediagnostics_SOURCES = idevicediagnostics.c
69idevicediagnostics_CFLAGS = $(AM_CFLAGS) 69idevicediagnostics_CFLAGS = $(AM_CFLAGS)