summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 5b07a5e..57445d8 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -60,14 +60,12 @@ ideviceprovision_CFLAGS = $(AM_CFLAGS)
60ideviceprovision_LDFLAGS = $(AM_LDFLAGS) 60ideviceprovision_LDFLAGS = $(AM_LDFLAGS)
61ideviceprovision_LDADD = ../src/libimobiledevice.la 61ideviceprovision_LDADD = ../src/libimobiledevice.la
62 62
63idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c socket.c thread.c 63idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c
64idevicedebugserverproxy_CFLAGS = $(AM_CFLAGS) 64idevicedebugserverproxy_CFLAGS = $(AM_CFLAGS)
65idevicedebugserverproxy_LDFLAGS = $(AM_LDFLAGS) 65idevicedebugserverproxy_LDFLAGS = $(AM_LDFLAGS)
66idevicedebugserverproxy_LDADD = ../src/libimobiledevice.la 66idevicedebugserverproxy_LDADD = $(top_srcdir)/common/libinternalcommon.la ../src/libimobiledevice.la
67 67
68idevicediagnostics_SOURCES = idevicediagnostics.c 68idevicediagnostics_SOURCES = idevicediagnostics.c
69idevicediagnostics_CFLAGS = $(AM_CFLAGS) 69idevicediagnostics_CFLAGS = $(AM_CFLAGS)
70idevicediagnostics_LDFLAGS = $(AM_LDFLAGS) 70idevicediagnostics_LDFLAGS = $(AM_LDFLAGS)
71idevicediagnostics_LDADD = ../src/libimobiledevice.la 71idevicediagnostics_LDADD = ../src/libimobiledevice.la
72
73EXTRA_DIST = socket.h thread.h