summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2013-03-20 05:34:51 +0100
committerGravatar Nikias Bassen2013-03-20 05:34:51 +0100
commitefca491e4c19868a68a099638552f9ba431dca4b (patch)
tree4ed04996837945ca172da485b5aa507ca9b988c2 /tools/Makefile.am
parenta49c508bc489199f1f352be1f5aaaafb07c10506 (diff)
downloadlibimobiledevice-efca491e4c19868a68a099638552f9ba431dca4b.tar.gz
libimobiledevice-efca491e4c19868a68a099638552f9ba431dca4b.tar.bz2
move thread and socket code to "common" subdir
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